This commit is contained in:
2026-03-21 19:37:13 +03:30
parent 0da224648a
commit 52e6a90319
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
* API Client for communicating with Backend via Envoy Gateway
*/
const API_BASE_URL = process.env.NEXT_PUBLIC_API_URL || process.env.ENVOY_GATEWAY_URL || 'http://localhost:9035'
const API_BASE_URL = process.env.NEXT_PUBLIC_API_URL || process.env.ENVOY_GATEWAY_URL || 'http://85.208.253.135:8000'
export interface ApiError {
message: string