mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01: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) {
|
JsonRoutes.add('POST', '/api/boards', function(req, res) {
|
||||||
try {
|
try {
|
||||||
Authentication.checkUserId(req.userId);
|
Authentication.checkLoggedIn(req.userId);
|
||||||
const id = Boards.insert({
|
const id = Boards.insert({
|
||||||
title: req.body.title,
|
title: req.body.title,
|
||||||
members: [
|
members: [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue