add function of username search in admin vocabulary scoreaudit
This commit is contained in:
@@ -336,7 +336,7 @@ export const adminApi = {
|
||||
return api.put('/api/vocabulary/words', { words });
|
||||
},
|
||||
|
||||
getVocabularyPassSummary: async (params: { start: string; end: string }): Promise<VocabularyPassSummaryResponse> => {
|
||||
getVocabularyPassSummary: async (params: { start: string; end: string; studentNo?: string }): Promise<VocabularyPassSummaryResponse> => {
|
||||
return api.get<VocabularyPassSummaryResponse>('/admin/vocabulary/test-pass-summary', { params });
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user