feat: added title page

This commit is contained in:
nihonium 2025-11-27 06:29:36 +03:00
parent 68294dd13c
commit 4c643d80bb
Signed by: nihonium
GPG key ID: 0251623741027CFC
4 changed files with 145 additions and 2 deletions

View file

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