first real commit
This commit is contained in:
parent
0c96059b29
commit
f40e6d51a5
11 changed files with 2631 additions and 6 deletions
routes
8
routes/apiRoutes.js
Normal file
8
routes/apiRoutes.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
const express = require("express");
|
||||
const router = express.Router();
|
||||
|
||||
router.get("/", (req, res) => {
|
||||
|
||||
});
|
||||
|
||||
module.exports = router;
|
Loading…
Add table
Add a link
Reference in a new issue