perf: modify url

dev-fce
Eric 2024-05-21 11:39:38 +08:00 committed by Bryan
parent eaa052a380
commit 66099b9e5d
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ urlpatterns = [
# components
path('components/metrics/', api.ComponentsMetricsAPIView.as_view(), name='components-metrics'),
path('components/connect-methods/', api.ConnectMethodListApi.as_view(), name='connect-methods'),
path('encrypted_config/', api.EncryptedTerminalConfig.as_view(), name='encrypted-terminal-config'),
path('encrypted-config/', api.EncryptedTerminalConfig.as_view(), name='encrypted-terminal-config'),
]
urlpatterns += router.urls