Skip to content

Commit 7fc6a24

Browse files
authored
Merge pull request #218 from Pseudo-Lab/fix/challenge-endpoint-path
fix(getcloser): update challenge assignment API endpoint
2 parents 6af4fc7 + 1ee980d commit 7fc6a24

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)