mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Fixed a typo..
This commit is contained in:
parent
058aabff68
commit
e3fab53806
1 changed files with 1 additions and 1 deletions
|
|
@ -556,7 +556,7 @@ if (Meteor.isServer) {
|
||||||
|
|
||||||
//BOARDS REST API
|
//BOARDS REST API
|
||||||
if (Meteor.isServer) {
|
if (Meteor.isServer) {
|
||||||
JsonRoutes.add('GET', '/api/user/:userId/boards', function (req, res, next) {
|
JsonRoutes.add('GET', '/api/users/:userId/boards', function (req, res, next) {
|
||||||
Authentication.checkLoggedIn(req.userId);
|
Authentication.checkLoggedIn(req.userId);
|
||||||
const paramUserId = req.params.userId;
|
const paramUserId = req.params.userId;
|
||||||
// A normal user should be able to see their own boards,
|
// A normal user should be able to see their own boards,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue