v1.0.0-rc.59

This commit is contained in:
2025-07-03 22:32:07 +02:00
parent 5f8b1d7de7
commit f5ef540ca0
138 changed files with 190 additions and 160 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.58',
VERSION: '1.0.0-rc.59',
WITH_CREDENTIALS: false,
CREDENTIALS: 'include',
TOKEN: undefined,