mirror of
https://github.com/plankanban/planka.git
synced 2025-07-23 07:09:44 +02:00
Move cards between boards and projects
This commit is contained in:
parent
712567ac57
commit
cbc942e306
24 changed files with 474 additions and 16 deletions
|
@ -4,7 +4,7 @@ import Config from '../constants/Config';
|
|||
|
||||
const http = {};
|
||||
|
||||
// TODO: all methods
|
||||
// TODO: add all methods
|
||||
['POST'].forEach((method) => {
|
||||
http[method.toLowerCase()] = (url, data, headers) => {
|
||||
const formData = Object.keys(data).reduce((result, key) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue