fix: enhance proxy stability

This commit is contained in:
2020-10-24 13:35:27 +02:00
parent 6994ab23ab
commit 536100da90
8 changed files with 265 additions and 288 deletions

View File

@ -60,7 +60,7 @@ func handleRequest(w http.ResponseWriter, r *http.Request) {
return
}
target, err := url.Parse("http://localhost:3000")
target, err := url.Parse("https://arcad.games")
if err != nil {
logger.Fatal(r.Context(), "could not parse url", logger.E(err))
}