form generator
This commit is contained in:
parent
80ae1c4f91
commit
58bd5490e2
7 changed files with 593 additions and 2 deletions
|
|
@ -92,6 +92,10 @@ func registerRoutes() {
|
|||
controller.Get("/admin/customers", controllers.AdminCustomers)
|
||||
controller.Post("/admin/customers", controllers.AdminCustomers)
|
||||
|
||||
// Form generator demo routes
|
||||
controller.Get("/demoform1", controllers.DemoForm1)
|
||||
controller.Get("/demoform2", controllers.DemoForm2)
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue