feat(client/api): validate ms users (#51372)

Co-authored-by: Muhammed Mustafa <MuhammedElruby@gmail.com>
This commit is contained in:
Tom
2023-08-26 07:57:02 -05:00
committed by GitHub
parent 0f9ba6e9a5
commit 9a1895d2e3
45 changed files with 927 additions and 332 deletions
@@ -44,6 +44,11 @@ const exam = path.resolve(
'../../src/templates/Challenges/exam/show.tsx'
);
const msTrophy = path.resolve(
__dirname,
'../../src/templates/Challenges/ms-trophy/show.tsx'
);
const views = {
backend,
classic,
@@ -52,7 +57,8 @@ const views = {
video,
codeAlly,
odin,
exam
exam,
msTrophy
// quiz: Quiz
};