diff --git a/src/HttpServer/logic/httpserver.go b/src/HttpServer/logic/httpserver.go index 2f8e6c0..4640444 100644 --- a/src/HttpServer/logic/httpserver.go +++ b/src/HttpServer/logic/httpserver.go @@ -74,7 +74,7 @@ func Testsendhttp() { return } body := bytes.NewBuffer(bys) - url1 := "http://192.144.198.179:50058/eliminatestar/gettaskreward" + url1 := "http://192.144.198.179:50064/api/account/login" reqest, err := http.NewRequest("POST", url1, body) if err != nil { logger.Error("http.NewRequest failed") -- libgit2 0.21.0