Method to fix fields order
This commit is contained in:
parent
3b9ca37baa
commit
cc3eaa8c4f
2 changed files with 54 additions and 0 deletions
1
main.go
1
main.go
|
|
@ -231,6 +231,7 @@ func main() {
|
|||
if config.Debug {
|
||||
app.Get("/debug/fake-members/:number<int;min(1)>", controllers.DebugFakeMembers)
|
||||
app.Get("/debug/fake-contacts/:number<int;min(1)>", controllers.DebugFakeContacts)
|
||||
app.Get("/debug/fix-fields-order", controllers.DebugFixFieldsOrder)
|
||||
}
|
||||
|
||||
log.Info(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue