Skip to content

Commit

Permalink
api uses new shiggy api url
Browse files Browse the repository at this point in the history
  • Loading branch information
ImLvna committed Nov 2, 2023
1 parent 0ecc648 commit 68e9240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/api/v3/shiggies/[id]/report.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const GET: APIRoute = async ({ params }) => {
description: `Shiggy with ID \`${params.id}\` was reported`,
color: 0xff0000,
image: {
url: `https://shiggy.fun/api/v3/shiggies/${params.id}`,
url: `https://api.shig.gy/api/v3/shiggies/${params.id}`,
},
},
],
Expand Down

0 comments on commit 68e9240

Please sign in to comment.