Skip to content
This repository was archived by the owner on Mar 16, 2021. It is now read-only.

Commit 7968d47

Browse files
committed
fixed missing forgotten displayURL handler
1 parent 2360ce3 commit 7968d47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/handlers/handlers.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ func (h *Handler) setHandlers() error {
161161
protected.POST("/visitors", h.handleGetVisitors)
162162

163163
h.engine.GET("/api/v1/info", h.handleInfo)
164+
h.engine.GET("/api/v1/displayURL", h.handleDisplayURL)
164165
h.engine.GET("/d/:id/:hash", h.handleDelete)
165166
h.engine.GET("/ok", h.handleHealthcheck)
166167

0 commit comments

Comments
 (0)