mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 16:56:22 +02:00
4 lines
153 B
TypeScript
4 lines
153 B
TypeScript
|
|
import { source } from '@/lib/source';
|
||
|
|
import { createFromSource } from 'fumadocs-core/search/server';
|
||
|
|
|
||
|
|
export const { GET } = createFromSource(source);
|