v1.0.0-rc.32

This commit is contained in:
2025-03-24 18:08:05 +01:00
parent 118e2f7992
commit 3f6be4c7a0
118 changed files with 146 additions and 126 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.32',
VERSION: '1.0.0-rc.33',
WITH_CREDENTIALS: false,
CREDENTIALS: 'include',
TOKEN: undefined,