This commit is contained in:
2025-09-19 20:23:34 +09:00
parent 4603e474d3
commit 24d86365a2
419 changed files with 62023 additions and 0 deletions

9
routes/users.js Normal file
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;