This commit is contained in:
ryanwong
2022-02-06 20:59:48 -05:00
parent fd17a4c720
commit 36307e22f9
68 changed files with 0 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
var express = require('express');
var router = express.Router();
/* GET users listing. */
router.get('/', function(req, res, next) {
res.send('respond with a resource');
});
module.exports = router;