fix: regenerated frontend openapi functions
All checks were successful
Build and Deploy Go App / build (push) Successful in 8m44s
Build and Deploy Go App / deploy (push) Successful in 3m24s

This commit is contained in:
nihonium 2025-10-26 02:51:53 +03:00
parent fd1e129a5f
commit feb763509e
Signed by: nihonium
GPG key ID: 0251623741027CFC
3 changed files with 2 additions and 445 deletions

View file

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