debug: csrf cookie

This commit is contained in:
nihonium 2025-12-04 12:34:56 +03:00
parent 6e802d2402
commit 1ec5b2f09c
Signed by untrusted user: nihonium
GPG key ID: 0251623741027CFC
3 changed files with 3 additions and 2 deletions

View file

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