Finishing the test/edit route
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending
This commit is contained in:
@@ -54,6 +54,7 @@ func RegisterRoutes(f *flamego.Flame) {
|
||||
f.Group("/{test_id}", func() {
|
||||
f.Get("", routes.TestGetView)
|
||||
f.Get("/edit", routes.TestGetEdit)
|
||||
f.Post("/edit", binding.Form(forms.TestForm{}), routes.TestPostEdit)
|
||||
})
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user