style: fix linting issues met ESLint
This commit is contained in:
parent
b5390258e3
commit
e78849f568
21 changed files with 64 additions and 116 deletions
|
@ -7,7 +7,7 @@ import {
|
|||
} from "../controllers/questions.js";
|
||||
const router = express.Router({ mergeParams: true });
|
||||
|
||||
// query language
|
||||
// Query language
|
||||
|
||||
// Root endpoint used to search objects
|
||||
router.get('/', getAllQuestionsHandler);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue