We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2360ce3 commit 7968d47Copy full SHA for 7968d47
internal/handlers/handlers.go
@@ -161,6 +161,7 @@ func (h *Handler) setHandlers() error {
161
protected.POST("/visitors", h.handleGetVisitors)
162
163
h.engine.GET("/api/v1/info", h.handleInfo)
164
+ h.engine.GET("/api/v1/displayURL", h.handleDisplayURL)
165
h.engine.GET("/d/:id/:hash", h.handleDelete)
166
h.engine.GET("/ok", h.handleHealthcheck)
167
0 commit comments