Structure copied from chat-server

This commit is contained in:
2021-03-06 14:49:02 +11:00
parent 6d3f068c8f
commit 725842f672
10 changed files with 148 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;