Structure copied from news-server
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user