mirror of
https://github.com/pterodactyl/documentation.git
synced 2026-05-31 23:42:26 -05:00
6 lines
130 B
TypeScript
6 lines
130 B
TypeScript
import { createOpenAPI } from 'fumadocs-openapi/server';
|
|
|
|
export const openapi = createOpenAPI({
|
|
input: ['./openapi.json'],
|
|
});
|