1.0.0-rc.84

This commit is contained in:
2025-09-23 14:18:35 +02:00
parent 53dfb83459
commit 7c31e9d35d
137 changed files with 145 additions and 139 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.83',
VERSION: '1.0.0-rc.84',
WITH_CREDENTIALS: false,
CREDENTIALS: 'include',
TOKEN: undefined,