fix: temp fix for API endpoint

This commit is contained in:
nihonium 2025-10-11 04:33:56 +03:00
parent 8e44b8b7b4
commit f2188f6363
Signed by untrusted user: nihonium
GPG key ID: 0251623741027CFC

View file

@ -20,7 +20,7 @@ export type OpenAPIConfig = {
}; };
export const OpenAPI: OpenAPIConfig = { export const OpenAPI: OpenAPIConfig = {
BASE: 'https://api.example.com', BASE: 'http://10.1.0.65:8080',
VERSION: '1.0.0', VERSION: '1.0.0',
WITH_CREDENTIALS: false, WITH_CREDENTIALS: false,
CREDENTIALS: 'include', CREDENTIALS: 'include',