feat: api function to delete learner's course grades

This commit is contained in:
hajorg
2024-03-22 10:32:54 +01:00
parent 09a8cfcccf
commit 36f3895eaf
5 changed files with 236 additions and 3 deletions

View File

@@ -560,6 +560,7 @@ CSRF_TRUSTED_ORIGINS = [
'http://localhost:2002', # frontend-app-discussions
'http://localhost:1991', # frontend-app-admin-portal
'http://localhost:1999', # frontend-app-authn
'http://localhost:18450', # frontend-app-support-tools
]