v1.0.0-rc49

This commit is contained in:
2025-06-18 15:19:18 +02:00
parent c464c00906
commit fb87f376c8
150 changed files with 470 additions and 143 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.48',
VERSION: '1.0.0-rc.49',
WITH_CREDENTIALS: false,
CREDENTIALS: 'include',
TOKEN: undefined,