port 1111
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user