v1.0.0-rc.62

This commit is contained in:
2025-07-08 20:19:59 +02:00
parent 02039b9f1c
commit 0b5f28f50d
150 changed files with 197 additions and 163 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.61',
VERSION: '1.0.0-rc.62',
WITH_CREDENTIALS: false,
CREDENTIALS: 'include',
TOKEN: undefined,