mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
parent
8092f8be28
commit
cc90291192
1 changed files with 1 additions and 1 deletions
|
@ -2046,7 +2046,7 @@ if (Meteor.isServer) {
|
|||
*/
|
||||
JsonRoutes.add('POST', '/api/boards', function(req, res) {
|
||||
try {
|
||||
Authentication.checkUserId(req.userId);
|
||||
Authentication.checkLoggedIn(req.userId);
|
||||
const id = Boards.insert({
|
||||
title: req.body.title,
|
||||
members: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue