mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-02-09 16:41:04 +08:00
6 lines
161 B
TypeScript
6 lines
161 B
TypeScript
import { createOpenAPI } from "fumadocs-openapi/server";
|
|
|
|
export const openapi = createOpenAPI({
|
|
input: ["https://staging.open-isle.com/api/v3/api-docs"],
|
|
});
|