feat(api): add exam->challenge map and routes (#61683)

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
This commit is contained in:
Shaun Hamilton
2025-09-18 15:32:44 +02:00
committed by GitHub
parent a6d186a73d
commit 92d6901c2f
10 changed files with 260 additions and 7 deletions
+2 -1
View File
@@ -211,7 +211,8 @@ If you are seeing this error, the root cause is likely an error thrown in the be
});
}
export const defaultUserId = '64c7810107dd4782d32baee7';
// demoUser _id to allow testing with mock data
export const defaultUserId = '5bd30e0f1caf6ac3ddddddb5';
export const defaultUserEmail = 'foo@bar.com';
export const defaultUsername = 'fcc-test-user';