update eslint config and add placeholders
This commit is contained in:
parent
f40e6d51a5
commit
48dfd71278
6 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ const express = require("express");
|
|||
const router = express.Router();
|
||||
|
||||
router.get("/", (req, res) => {
|
||||
|
||||
// API stuff goes here
|
||||
});
|
||||
|
||||
module.exports = router;
|
Loading…
Add table
Add a link
Reference in a new issue