Add result and job management APIs

This commit is contained in:
syntaxbullet
2026-06-17 14:19:30 +02:00
parent 99569d2cf3
commit b23d401a41
7 changed files with 176 additions and 5 deletions

View File

@@ -21,7 +21,9 @@ async function loadTemplate(): Promise<Record<string, unknown>> {
}
export const routes = {
"/builder": index,
"/builder": {
GET: withAuth(async () => index),
},
"/api/save": {
POST: withAuth(async (req: Request) => {