v1.0.0-rc.93

This commit is contained in:
2025-10-23 15:48:46 +02:00
parent 08d49baa29
commit 0b480f762c
140 changed files with 150 additions and 143 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ export type OpenAPIConfig = {
export const OpenAPI: OpenAPIConfig = {
BASE: 'http://localhost:5232',
VERSION: '1.0.0-rc.92',
VERSION: '1.0.0-rc.93',
WITH_CREDENTIALS: false,
CREDENTIALS: 'include',
TOKEN: undefined,