mirror of
https://github.com/plankanban/planka.git
synced 2025-12-22 01:11:29 +03:00
Move cards between boards and projects
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user