Skip to content

Commit

Permalink
fix/ route
Browse files Browse the repository at this point in the history
  • Loading branch information
shpomp committed Apr 18, 2024
1 parent 714b8aa commit b0c825c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default function JoinRetroPage() {
setLoading(true);
setError(null);
try {
const response = await fetch(`${apiURL()}/generateRetroCode`, {
const response = await fetch(`${apiURL()}/retro/generateRetroCode`, {
method: 'POST',
headers: {
'Content-Type': 'application/json',
Expand Down

0 comments on commit b0c825c

Please sign in to comment.