feat: integrate submit form answer with backend
Docker Build and Push / build-and-push (push) Successful in 5m22s

This commit is contained in:
2026-02-22 14:41:52 +07:00
parent 2e28656a93
commit 4014ec802a
5 changed files with 470 additions and 5 deletions
+1
View File
@@ -7,6 +7,7 @@ export default [
route("forms", "routes/forms.tsx"),
route("forms/new", "routes/create-form.tsx"),
route("form/:id", "routes/form.tsx"),
route("form/:id/submit", "routes/submit-form.tsx"),
route("form/:id/edit", "routes/edit-form.tsx"),
route("*", "routes/not-found.tsx"),
] satisfies RouteConfig;