port 1111
This commit is contained in:
Binary file not shown.
@@ -17,7 +17,7 @@ import (
|
|||||||
var distFS embed.FS
|
var distFS embed.FS
|
||||||
|
|
||||||
func main() {
|
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")
|
apiTarget := flag.String("api", "http://localhost:8000", "backend API URL to proxy /api requests")
|
||||||
flag.Parse()
|
flag.Parse()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user