Skip to content

Commit e5ebec8

Browse files
committed
fixing url path for smart config v2
1 parent 83109af commit e5ebec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/wellknown/urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"openid-configuration-v2", openid_configuration, name="openid-configuration-v2"
3232
),
3333
path(
34-
"smart-on-fhir-configuration", smart_configuration, name="smart-on-fhir-configuration"
34+
"smart-configuration-v2", smart_configuration, name="smart-on-fhir-configuration-v2"
3535
),
3636
path(
3737
"applications-v2",

0 commit comments

Comments
 (0)