version 1.0.0-rc.19

This commit is contained in:
2024-10-18 20:17:29 +02:00
parent e6eb7af5ae
commit 2e62cb1738
151 changed files with 162 additions and 162 deletions

View File

@@ -21,7 +21,7 @@ export type OpenAPIConfig = {
export const OpenAPI: OpenAPIConfig = {
BASE: 'http://localhost:5232',
VERSION: '1.0.0-rc.18',
VERSION: '1.0.0-rc.19',
WITH_CREDENTIALS: false,
CREDENTIALS: 'include',
TOKEN: undefined,