basic camera functionality as well as framework for express nodejs backend
This commit is contained in:
10
api/routes/users.js
Normal file
10
api/routes/users.js
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
import express from 'express';
|
||||
const router = express.Router();
|
||||
|
||||
/* GET users listing. */
|
||||
router.get('/', function(req, res, next) {
|
||||
res.send('respond with a resource');
|
||||
});
|
||||
|
||||
export default router;
|
||||
Reference in New Issue
Block a user