We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6025593 commit c012d14Copy full SHA for c012d14
frontend/main.go
@@ -22,7 +22,7 @@ import (
22
23
func main() {
24
// command line flags
25
- port := flag.Int("port", 80, "port to serve on")
+ port := flag.Int("port", 30101, "port to serve on")
26
dir := flag.String("directory", "app/", "directory of web files")
27
flag.Parse()
28
0 commit comments