v1.0.0-rc.58

This commit is contained in:
2025-07-03 15:10:04 +02:00
parent 1fb9919a00
commit 7ad4a3337b
141 changed files with 186 additions and 183 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.57',
VERSION: '1.0.0-rc.58',
WITH_CREDENTIALS: false,
CREDENTIALS: 'include',
TOKEN: undefined,