port 1111

This commit is contained in:
Artem Tsyrulnikov
2026-03-25 12:34:20 +03:00
parent 99920fca56
commit ef8743529a
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -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()