Skip to content

Commit

Permalink
Bruh
Browse files Browse the repository at this point in the history
  • Loading branch information
MineGame159 committed Oct 19, 2024
1 parent 0c9e2dc commit bdbfead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/web/api/account.go
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ func McAccountHandler(w http.ResponseWriter, r *http.Request) {
code := r.URL.Query().Get("code")

if code != "" {
res, err := http.Get("mcauth:8080/retrieve/" + code)
res, err := http.Get("http://mcauth:8080/retrieve/" + code)
if err != nil {
core.JsonError(w, "Failed to retrieve code's UUID. "+err.Error())
return
Expand Down

0 comments on commit bdbfead

Please sign in to comment.