mirror of
https://github.com/plankanban/planka.git
synced 2025-12-19 09:13:20 +03:00
Docker, update readme, update dependencies
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user