mirror of
https://github.com/m1k1o/neko.git
synced 2025-08-03 16:59:12 +02:00
fix api: token is only included when logging in.
This commit is contained in:
parent
33580fe440
commit
8f693fc379
6 changed files with 27 additions and 15 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue