1.0.0-rc.83

This commit is contained in:
2025-09-22 23:14:14 +02:00
parent 660d2abad1
commit 6385d8cd6a
139 changed files with 150 additions and 142 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.82',
VERSION: '1.0.0-rc.83',
WITH_CREDENTIALS: false,
CREDENTIALS: 'include',
TOKEN: undefined,