v1.0.0-rc.78

This commit is contained in:
2025-09-14 15:59:58 +02:00
parent 39367f7080
commit 418d4957cf
138 changed files with 172 additions and 191 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.77',
VERSION: '1.0.0-rc.78',
WITH_CREDENTIALS: false,
CREDENTIALS: 'include',
TOKEN: undefined,