v1.0.0-rc.73

This commit is contained in:
2025-09-09 11:24:19 +02:00
parent e36bac7589
commit a0fee8aec0
142 changed files with 184 additions and 179 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.72',
VERSION: '1.0.0-rc.73',
WITH_CREDENTIALS: false,
CREDENTIALS: 'include',
TOKEN: undefined,