Skip to content

Commit 1ee980d

Browse files
committed
fix(getcloser): update challenge assignment API endpoint to /api/v1/challenges/assign
1 parent 1ada9df commit 1ee980d

File tree

1 file changed

+1
-1
lines changed
  • getcloser/frontend/src/app/page3

1 file changed

+1
-1
lines changed

getcloser/frontend/src/app/page3/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default function Page3() {
2929
console.log('Assign Challenges Request Body:', requestBody);
3030

3131
try {
32-
const response = await authenticatedFetch('/api/v1/challenge/assign-challenges', {
32+
const response = await authenticatedFetch('/api/v1/challenges/assign', {
3333
method: 'POST',
3434
headers: {
3535
'Content-Type': 'application/json',

0 commit comments

Comments
 (0)