refactor main, and fix bugs from initial manual run
Signed-off-by: Ava Affine <ava@sunnypup.io>
This commit is contained in:
parent
55f9725af1
commit
fed49ba3cb
6 changed files with 66 additions and 35 deletions
|
|
@ -14,6 +14,7 @@ func Start() error {
|
|||
http.HandleFunc("/", HandleHttpRequest)
|
||||
go logging.Error(http.ListenAndServe(frag, nil).Error())
|
||||
|
||||
logging.Debug("Web handlers started")
|
||||
return nil
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue