Skip to content

Commit

Permalink
imma bouta give up
Browse files Browse the repository at this point in the history
  • Loading branch information
LarveyOfficial committed May 2, 2023
1 parent 5ad2f5f commit c5656b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/panel/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export function Home() {
}
formData.append("type", "file");

const res = await fetch("https://api.imgur.com/3/upload/", {
const res = await fetch("https://api.imgur.com/3/image/", {
method: "POST",
headers: {
Authorization: auth,
Expand Down

0 comments on commit c5656b5

Please sign in to comment.