mirror of
https://github.com/jumpserver/jumpserver.git
synced 2026-07-08 03:21:05 +00:00
perf: remove get jdmc sso token API
This commit is contained in:
@@ -12,7 +12,3 @@ urlpatterns = [
|
||||
path('resources/cache/', api.ResourcesIDCacheApi.as_view(), name='resources-cache'),
|
||||
path('countries/', api.CountryListApi.as_view(), name='resources-cache'),
|
||||
]
|
||||
|
||||
if settings.JDMC_ENABLED:
|
||||
from xpack.plugins.jdmc.api import JdmcSSOTokenAPI
|
||||
urlpatterns.append(path('jdmc/sso-token/', JdmcSSOTokenAPI.as_view(), name='jdmc-sso-token'))
|
||||
|
||||
Reference in New Issue
Block a user