fix(backend): Typo
This commit is contained in:
parent
84de3cc424
commit
3e808235d7
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ router.get('/testStudentsOnly', studentsOnly, (_req, res) => {
|
||||||
});
|
});
|
||||||
|
|
||||||
router.get('/testTeachersOnly', teachersOnly, (_req, res) => {
|
router.get('/testTeachersOnly', teachersOnly, (_req, res) => {
|
||||||
/* #swagger.security = [{ { "teacherProduction": [ ] }, { "teacherStaging": [ ] }, { "teacherDev": [ ] }] */
|
/* #swagger.security = [{ "teacherProduction": [ ] }, { "teacherStaging": [ ] }, { "teacherDev": [ ] }] */
|
||||||
res.json({ message: 'If you see this, you should be a teacher!' });
|
res.json({ message: 'If you see this, you should be a teacher!' });
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue