mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-07 07:55:13 +02:00
5 lines
153 B
TypeScript
5 lines
153 B
TypeScript
|
|
import { source } from "@/lib/source";
|
||
|
|
import { createFromSource } from "fumadocs-core/search/server";
|
||
|
|
|
||
|
|
export const { GET } = createFromSource(source);
|