fix api: token is only included when logging in.

This commit is contained in:
Miroslav Šedivý 2025-02-20 19:07:00 +01:00
parent 33580fe440
commit 8f693fc379
6 changed files with 27 additions and 15 deletions

View file

@ -14,6 +14,12 @@ import SchemaTabs from "@theme/SchemaTabs";
import TabItem from "@theme/TabItem";
import Export from "@theme/ApiExplorer/Export";
<span
className={"theme-doc-version-badge badge badge--secondary"}
children={"Version: 3.0.0"}
>
</span>
<Export
url={"https://raw.githubusercontent.com/m1k1o/neko/refs/heads/master/server/openapi.yaml"}
proxy={undefined}