Skip to content

Commit

Permalink
Register missing settings/logs URL in the backend
Browse files Browse the repository at this point in the history
  • Loading branch information
knadh committed Oct 24, 2020
1 parent 966954d commit 7cecbbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ func registerHTTPHandlers(e *echo.Echo) {
g.GET("/campaigns/templates", handleIndexPage)
g.GET("/campaigns/:campignID", handleIndexPage)
g.GET("/settings", handleIndexPage)
g.GET("/settings/logs", handleIndexPage)

// Public subscriber facing views.
e.POST("/subscription/form", handleSubscriptionForm)
Expand Down

0 comments on commit 7cecbbb

Please sign in to comment.