Some prebuild fix

This commit is contained in:
IgorVolochay
2026-09-08 09:43:49 +03:00
parent 9fb4fc15b9
commit 8d8361ab8f
3 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
import { getTelegramInitData } from './auth';
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 headers = {