Structure copied from news-server

This commit is contained in:
2021-02-28 01:12:33 +11:00
parent 1d850e94f0
commit 3d4bae1281
11 changed files with 3823 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
const express = require('express');
const router = express.Router();
//the routes
//TODO: import the routes here
//basic route management
//TODO: define the routes here
module.exports = router;