scaffold CLI and fix logging
This commit is contained in:
@@ -13,6 +13,6 @@ func main() {
|
||||
http.HandleFunc("POST /deploy", fluxServer.DeployHandler)
|
||||
http.HandleFunc("GET /apps", fluxServer.ListAppsHandler)
|
||||
|
||||
log.Printf("Fluxd started on http://127.0.0.1:5647")
|
||||
log.Printf("Fluxd started on http://127.0.0.1:5647\n")
|
||||
log.Fatal(http.ListenAndServe(":5647", nil))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user