Change listening port
This commit is contained in:
+2
-2
@@ -733,6 +733,6 @@ func main() {
|
||||
|
||||
// -----------------
|
||||
|
||||
fmt.Println("Listening on :8080")
|
||||
http.ListenAndServe(":8080", r)
|
||||
fmt.Println("Listening on 0.0.0.0:7676")
|
||||
http.ListenAndServe("0.0.0.0:7676", r)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user