Skip to content

Commit 3c06c16

Browse files
committed
Add log to main file
1 parent e9dc1f8 commit 3c06c16

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: main.go

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ func main() {
1313
http.HandleFunc("/api/stop", stop)
1414
http.HandleFunc("/api/health", health)
1515
http.Handle("/", http.FileServer(assetFS()))
16+
fmt.Println("Web server running on port 8080")
17+
1618
log.Fatal(http.ListenAndServe(":8080", nil))
1719
}
1820

0 commit comments

Comments
 (0)