Skip to content

Commit bdbfead

Browse files
committed
Bruh
1 parent 0c9e2dc commit bdbfead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/web/api/account.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ func McAccountHandler(w http.ResponseWriter, r *http.Request) {
260260
code := r.URL.Query().Get("code")
261261

262262
if code != "" {
263-
res, err := http.Get("mcauth:8080/retrieve/" + code)
263+
res, err := http.Get("http://mcauth:8080/retrieve/" + code)
264264
if err != nil {
265265
core.JsonError(w, "Failed to retrieve code's UUID. "+err.Error())
266266
return

0 commit comments

Comments
 (0)