forked from agecem/agecem-org
Creation des forms dans le back #16
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "contact"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #14
Closes #20
@ -45,0 +53,4 @@mux.Handle("GET /v1/forms/{form_id}/fields/{field_id}/", addAPIAuth(cfg, http.HandlerFunc(h.ReadFormFieldHandler())))mux.Handle("DELETE /v1/forms/{form_id}/fields/", addAPIAuth(cfg, http.HandlerFunc(h.DeleteFormFieldsHandler())))mux.Handle("GET /v1/forms/{form_id}/submissions/", addAPIAuth(cfg, http.HandlerFunc(h.ListFormSubmissionsHandler())))utilise le nom du table apres /v1/, ex: /v1/form-fields/{form_id}/
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.