import express from 'express'; import { restRouter } from './rest/index.js'; export const routes = express.Router(); routes.use('/rest', restRouter);