Add journal frontend
This commit is contained in:
@ -41,5 +41,6 @@ func main() {
|
||||
router.Methods("GET", "POST", "DELETE", "OPTIONS")
|
||||
|
||||
log.Printf("Starting server.")
|
||||
log.Fatal(http.ListenAndServe(":8080", cors(router)))
|
||||
// TODO remove listening on all interfaces
|
||||
log.Fatal(http.ListenAndServe("0.0.0.0:8080", cors(router)))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user