aboutsummaryrefslogtreecommitdiff
path: root/src/user/routes.go
diff options
context:
space:
mode:
authorAlexander Kavon <me+git@alexkavon.com>2024-01-25 02:47:26 -0500
committerAlexander Kavon <me+git@alexkavon.com>2024-01-25 02:47:26 -0500
commit60eb2e7fe5ed3627ad4bd40286df1741529da75b (patch)
treef18d8bbbc3590183333778a4e96bebff187366b2 /src/user/routes.go
parent60fd8a68ed87cd7352b490e88ceff3ec21855937 (diff)
update hooks to more identifiable names, update migrations to work with votes, use a common enum state typeHEADtrunk
Diffstat (limited to 'src/user/routes.go')
-rw-r--r--src/user/routes.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/user/routes.go b/src/user/routes.go
index eaf4582..06a5296 100644
--- a/src/user/routes.go
+++ b/src/user/routes.go
@@ -11,7 +11,7 @@ import (
)
func init() {
- InitHooks()
+ InitInsertHooks()
}
var Routes = server.Routes{