Initial commit
This commit is contained in:
commit
d1c74c861e
57 changed files with 4568 additions and 0 deletions
8
src/routes/index.ts
Normal file
8
src/routes/index.ts
Normal file
|
@ -0,0 +1,8 @@
|
|||
import express from 'express';
|
||||
import imagesRouter from './images';
|
||||
|
||||
const router = express.Router();
|
||||
|
||||
router.use('/images', imagesRouter);
|
||||
|
||||
export default router;
|
Loading…
Add table
Add a link
Reference in a new issue