Version 1.0.0-rc.23

This commit is contained in:
2024-10-23 19:03:09 +02:00
parent c0fd38880c
commit 4e57c3cda4
153 changed files with 198 additions and 173 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.22',
VERSION: '1.0.0-rc.23',
WITH_CREDENTIALS: false,
CREDENTIALS: 'include',
TOKEN: undefined,