Skip to content

Commit

Permalink
Missed one.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryantaylor committed Feb 18, 2024
1 parent 366356a commit 9533e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/src/plugins/cohdb/auth/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ pub async fn upload<R: Runtime>(
.text("replay[public]", "false")
.part("replay[file]", Part::bytes(data).file_name(file_name));
let res = client
.post("http://localhost:3000/api/v1/replays/upload")
.post("https://cohdb.com/api/v1/replays/upload")
.multipart(form)
.send()
.await
Expand Down

0 comments on commit 9533e95

Please sign in to comment.