feat: TitleStatusControls

This commit is contained in:
nihonium 2025-11-27 16:26:03 +03:00
parent 3f0456ba01
commit 8a3e14a5e5
Signed by untrusted user: nihonium
GPG key ID: 0251623741027CFC
5 changed files with 179 additions and 69 deletions

View file

@ -20,7 +20,7 @@ export type OpenAPIConfig = {
};
export const OpenAPI: OpenAPIConfig = {
BASE: 'http://10.1.0.65:8081/auth',
BASE: '/auth',
VERSION: '1.0.0',
WITH_CREDENTIALS: false,
CREDENTIALS: 'include',