We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30a6bc8 commit 092f76cCopy full SHA for 092f76c
infrastructure/webserver.go
@@ -46,7 +46,7 @@ func Serve(controller operations.Controller) {
46
})
47
48
go func() {
49
- err := http.ListenAndServe(":8001", nil)
+ err := http.ListenAndServe(":8002", nil)
50
if err != nil {
51
log.Panic(err)
52
}
0 commit comments