Skip to content

Commit 70f43b7

Browse files
authored
chore: add learner dash MFE to trusted origins in devstack settings (#35129)
1 parent c370028 commit 70f43b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lms/envs/devstack.py

+1
Original file line numberDiff line numberDiff line change
@@ -555,6 +555,7 @@ def should_show_debug_toolbar(request): # lint-amnesty, pylint: disable=missing
555555
'http://localhost:1999', # frontend-app-authn
556556
'http://localhost:18450', # frontend-app-support-tools
557557
'http://localhost:1994', # frontend-app-gradebook
558+
'http://localhost:1996', # frontend-app-learner-dashboard
558559
]
559560

560561

0 commit comments

Comments
 (0)