diff --git a/protoc-frontend.exe b/protoc-frontend.exe index 40f2e22..6a03e8e 100755 Binary files a/protoc-frontend.exe and b/protoc-frontend.exe differ diff --git a/server/main.go b/server/main.go index eb569e2..4b71467 100644 --- a/server/main.go +++ b/server/main.go @@ -17,7 +17,7 @@ import ( var distFS embed.FS func main() { - port := flag.Int("port", 1112, "port to listen on") + port := flag.Int("port", 1111, "port to listen on") apiTarget := flag.String("api", "http://localhost:8000", "backend API URL to proxy /api requests") flag.Parse()