Skip to content

Commit

Permalink
upload file
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladislav committed Nov 24, 2023
1 parent 617765f commit f2235bb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func main() {
fmt.Println("Program starting... Waiting a minute while the code checks radio points.")
http.HandleFunc("/simulator_game", gameHandler)

host := flag.String("host", "192.168.1.104", "host to listen on")
host := flag.String("host", "127.0.0.1", "host to listen on")
port := flag.Int("port", 8080, "port to listen on") // add another port
flag.Parse()

Expand Down
Binary file added web/static/game/assets/logoTenchat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f2235bb

Please sign in to comment.