v1.0.0-rc.85

This commit is contained in:
2025-09-24 22:52:31 +02:00
parent 961d6b42a0
commit 5bb8898a0e
146 changed files with 258 additions and 202 deletions

View File

@@ -21,7 +21,7 @@ export type OpenAPIConfig = {
export const OpenAPI: OpenAPIConfig = {
BASE: 'http://localhost:5232',
VERSION: '1.0.0-rc.84',
VERSION: '1.0.0-rc.85',
WITH_CREDENTIALS: false,
CREDENTIALS: 'include',
TOKEN: undefined,