Skip to content

Commit

Permalink
adjust screenshots api endpoint (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
OFranke authored May 8, 2024
1 parent c88f038 commit 5206eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/api/create-shortlink.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const generateImage = async ({
url: screenshotUrl,
});
const response = await fetch(
`https://api.opendiscourse.de:5300/screenshot?${urlEncodedFetchParams}`
`https://api.opendiscourse.de:5300/screenshots?${urlEncodedFetchParams}`
);

const result: GenerateImageResponse = await response.json();
Expand Down

0 comments on commit 5206eec

Please sign in to comment.