added starting message
This commit is contained in:
parent
2d6634db29
commit
54e514a4c1
1 changed files with 1 additions and 0 deletions
1
main.go
1
main.go
|
|
@ -302,5 +302,6 @@ func main() {
|
||||||
http.HandleFunc("/addStream", server.addStream)
|
http.HandleFunc("/addStream", server.addStream)
|
||||||
http.HandleFunc("/addWatchArea", server.addWatchArea)
|
http.HandleFunc("/addWatchArea", server.addWatchArea)
|
||||||
http.HandleFunc("/streamRecordings", server.streamRecordings)
|
http.HandleFunc("/streamRecordings", server.streamRecordings)
|
||||||
|
log.Println("Starting StreamWatcher Server on :8080")
|
||||||
log.Fatal(http.ListenAndServe(":8080", nil))
|
log.Fatal(http.ListenAndServe(":8080", nil))
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue