v1.0.0-rc.57

This commit is contained in:
2025-07-02 20:04:35 +02:00
parent 81c72bcf3d
commit 8fa8b612bb
139 changed files with 231 additions and 155 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.56',
VERSION: '1.0.0-rc.57',
WITH_CREDENTIALS: false,
CREDENTIALS: 'include',
TOKEN: undefined,