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.
1 parent 1ada9df commit 1ee980dCopy full SHA for 1ee980d
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