v1.0.0-rc.92

This commit is contained in:
2025-10-23 09:05:11 +02:00
parent 7951e59359
commit fb9462f67b
140 changed files with 203 additions and 138 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.91',
VERSION: '1.0.0-rc.92',
WITH_CREDENTIALS: false,
CREDENTIALS: 'include',
TOKEN: undefined,