feat: added login page

This commit is contained in:
nihonium 2025-11-23 03:57:35 +03:00
parent 69e8a8dc79
commit c500116916
Signed by: nihonium
GPG key ID: 0251623741027CFC
12 changed files with 730 additions and 1 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',