Skip to content

Commit c012d14

Browse files
authored
Updated the port of SC Frontend (#109)
1 parent 6025593 commit c012d14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222

2323
func main() {
2424
// command line flags
25-
port := flag.Int("port", 80, "port to serve on")
25+
port := flag.Int("port", 30101, "port to serve on")
2626
dir := flag.String("directory", "app/", "directory of web files")
2727
flag.Parse()
2828

0 commit comments

Comments
 (0)