mirror of
https://github.com/plankanban/planka.git
synced 2025-07-23 07:09:44 +02:00
Docker, update readme, update dependencies
This commit is contained in:
parent
6eb431f721
commit
d24c9a7968
30 changed files with 1202 additions and 1744 deletions
|
@ -13,7 +13,7 @@ const http = {};
|
|||
return result;
|
||||
}, new FormData());
|
||||
|
||||
return fetch(`${Config.API_URL}${Config.API_PATH}${url}`, {
|
||||
return fetch(`${Config.SERVER_BASE_URL}/api${url}`, {
|
||||
method,
|
||||
headers,
|
||||
body: formData,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue