We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6af4fc7 + 1ee980d commit 7fc6a24Copy full SHA for 7fc6a24
getcloser/frontend/src/app/page3/page.tsx
@@ -29,7 +29,7 @@ export default function Page3() {
29
console.log('Assign Challenges Request Body:', requestBody);
30
31
try {
32
- const response = await authenticatedFetch('/api/v1/challenge/assign-challenges', {
+ const response = await authenticatedFetch('/api/v1/challenges/assign', {
33
method: 'POST',
34
headers: {
35
'Content-Type': 'application/json',
0 commit comments