mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2025-08-11 02:08:43 +00:00
Initial commit
This commit is contained in:
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;
|
Reference in New Issue
Block a user