changed port to 80
This commit is contained in:
parent
87fe23fc18
commit
0181b91356
4
main.go
4
main.go
@ -46,6 +46,6 @@ func main() {
|
||||
http.HandleFunc("/events", SSEHandler)
|
||||
http.HandleFunc("/trigger", TriggerHandler)
|
||||
|
||||
log.Println("Server running on port 8080")
|
||||
log.Fatal(http.ListenAndServe(":8080", nil))
|
||||
log.Println("Server running on port 80")
|
||||
log.Fatal(http.ListenAndServe(":80", nil))
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user