summaryrefslogtreecommitdiff
path: root/shrine/router/auth.go
diff options
context:
space:
mode:
Diffstat (limited to 'shrine/router/auth.go')
-rw-r--r--shrine/router/auth.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/shrine/router/auth.go b/shrine/router/auth.go
index 5ad5fee..0c625fe 100644
--- a/shrine/router/auth.go
+++ b/shrine/router/auth.go
@@ -16,4 +16,5 @@ func init() {
urls.Path(types.POST, "/reactivate", controllers.ResendActivationController, "reactivate")
urls.Path(types.POST, "/logout", auth.RequireAuthentication(controllers.LogoutController), "logout")
urls.Path(types.GET, "/me", auth.RequireAuthentication(controllers.MeController), "me")
+ urls.Path(types.POST, "/heartbeat", auth.RequireAuthentication(controllers.HeartbeatController), "heartbeat")
} \ No newline at end of file