mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-02-09 00:21:13 +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'],
|
|
});
|