6
apps/web/src/app/api/themes/route.ts
Executable file
6
apps/web/src/app/api/themes/route.ts
Executable file
@@ -0,0 +1,6 @@
|
||||
import { jsonOk } from "@/lib/api";
|
||||
import { THEMES } from "@/themes/registry";
|
||||
|
||||
export async function GET() {
|
||||
return jsonOk({ themes: THEMES });
|
||||
}
|
||||
Reference in New Issue
Block a user