fixed missing forgotten displayURL handler

This commit is contained in:
Max Schmitt 2018-08-21 11:17:10 +02:00
parent 2360ce36ac
commit 7968d47206
1 changed files with 1 additions and 0 deletions

View File

@ -161,6 +161,7 @@ func (h *Handler) setHandlers() error {
protected.POST("/visitors", h.handleGetVisitors)
h.engine.GET("/api/v1/info", h.handleInfo)
h.engine.GET("/api/v1/displayURL", h.handleDisplayURL)
h.engine.GET("/d/:id/:hash", h.handleDelete)
h.engine.GET("/ok", h.handleHealthcheck)