v1.0.0-rc.94

This commit is contained in:
2025-10-25 22:05:47 +02:00
parent 58144995e0
commit b2abb0f92b
152 changed files with 286 additions and 202 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.93',
VERSION: '1.0.0-rc.94',
WITH_CREDENTIALS: false,
CREDENTIALS: 'include',
TOKEN: undefined,