updates for configuration changes.

This commit is contained in:
2022-10-10 14:18:34 -05:00
parent 0ea59c1f23
commit d0bc1b72c6
2 changed files with 9 additions and 9 deletions

View File

@@ -23,9 +23,9 @@ func main() {
}()
// initialize application configuration
initialize.Init()
cfg := initialize.Init()
//go httpServer(cfg.WebSrvIP, cfg.WebSrvPort)
go httpServer(cfg)
forever()
}