Skip to content

Commit efecacd

Browse files
author
Nino van Galen
committed
fix: route /tag is not plural
1 parent 800199c commit efecacd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/lib/routes/tags.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
const { TagController } = require('../controllers');
2020
module.exports = {
21-
path: '/tag',
21+
path: '/tags',
2222
args: { public: true },
2323
children: [
2424
{

0 commit comments

Comments
 (0)