aboutsummaryrefslogtreecommitdiff
path: root/src/post/routes.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/post/routes.go')
-rw-r--r--src/post/routes.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/post/routes.go b/src/post/routes.go
index 7714920..9726d05 100644
--- a/src/post/routes.go
+++ b/src/post/routes.go
@@ -14,6 +14,10 @@ import (
"gitlab.com/alexkavon/newsstand/src/sessions"
)
+func init() {
+ InitInsertHooks()
+}
+
var Routes = server.Routes{
server.Route{
Name: "Create",