v1.0.0-rc.82

This commit is contained in:
2025-09-22 19:49:39 +02:00
parent c218661553
commit c0bd8e1215
156 changed files with 259 additions and 228 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.81',
VERSION: '1.0.0-rc.82',
WITH_CREDENTIALS: false,
CREDENTIALS: 'include',
TOKEN: undefined,