1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 09:37:02 +00:00

webui: Friendly URL support for #73

This commit is contained in:
James Hillyerd
2018-04-07 18:17:39 -07:00
parent 7e71b4a42c
commit bcede38453
4 changed files with 20 additions and 1 deletions

View File

@@ -125,8 +125,8 @@ func main() {
retentionScanner.Start()
// Start HTTP server.
web.Initialize(conf, shutdownChan, mmanager, msgHub)
webui.SetupRoutes(web.Router)
rest.SetupRoutes(web.Router)
webui.SetupRoutes(web.Router)
go web.Start(rootCtx)
// Start POP3 server.
pop3Server := pop3.New(conf.POP3, shutdownChan, store)