feat: integrate submit form answer with backend
Docker Build and Push / build-and-push (push) Successful in 5m22s
Docker Build and Push / build-and-push (push) Successful in 5m22s
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user