Update app API

This commit is contained in:
IgorVolochay
2026-08-13 11:45:06 +03:00
parent 9327ac53eb
commit 4f152d8f99
2 changed files with 15 additions and 1 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
* All endpoints return { result, error } (BaseResponse).
*/
const BASE_URL = process.env.REACT_APP_API_URL || '';
const BASE_URL = process.env.REACT_APP_API_URL || '/api';
async function request(method, path, body = null) {
const options = {