feat: auth container

This commit is contained in:
nihonium 2025-11-23 04:01:29 +03:00
parent c500116916
commit 0942df1fa4
Signed by: nihonium
GPG key ID: 0251623741027CFC
3 changed files with 22 additions and 1 deletions

View file

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