Skip to content

Commit

Permalink
Remove user/role router from import.
Browse files Browse the repository at this point in the history
  • Loading branch information
ianliuwk1019 committed Oct 12, 2023
1 parent 5c3953e commit 00f9781
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/backend/api/app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
from .jwt_validation import init_jwks
from .kms_lookup import init_bcsc_public_key
from .routers import (router_application, router_bcsc_proxy,
router_forest_client, router_idim_proxy, router_role,
router_smoke_test, router_user,
router_forest_client, router_idim_proxy,
router_smoke_test,
router_user_role_assignment)

logConfigFile = os.path.join(
Expand Down

0 comments on commit 00f9781

Please sign in to comment.