diff options
Diffstat (limited to 'src/post/routes.go')
| -rw-r--r-- | src/post/routes.go | 4 |
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", |
