[routes] modify comment
This commit is contained in:
parent
022935f14c
commit
31d42c8bbb
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ const express = require("express");
|
|||
const router = express.Router();
|
||||
|
||||
router.get("/", (req, res) => {
|
||||
// API stuff goes here
|
||||
// API stuff goes here :3
|
||||
});
|
||||
|
||||
module.exports = router;
|
Loading…
Reference in a new issue