perf: remove get jdmc sso token API

This commit is contained in:
Bai
2026-04-27 18:19:36 +08:00
parent df7ddf3603
commit 5bd6cd17a3

View File

@@ -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'))