mirror of
https://github.com/knadh/listmonk.git
synced 2025-01-05 21:53:37 +08:00
Register missing settings/logs URL in the backend
This commit is contained in:
parent
966954d8f4
commit
7cecbbba34
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue