Register missing settings/logs URL in the backend

This commit is contained in:
Kailash Nadh 2020-10-24 13:36:22 +05:30
parent 966954d8f4
commit 7cecbbba34
1 changed files with 1 additions and 0 deletions

View File

@ -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)