Method to fix fields order

This commit is contained in:
William Bouzourène 2025-03-24 15:30:15 +01:00
parent 03b1f92886
commit 9c585d6751
Signed by: bouzoure
SSH key fingerprint: SHA256:19MbXpLua4rUtk8tunMesD8KUKb91LXLHg8E/qTooww
2 changed files with 54 additions and 0 deletions

View file

@ -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(