perf: add encrypted configuration API (#14633)

* perf: 添加加密配置API

* perf: modify url

---------

Co-authored-by: Eric <xplzv@126.com>
This commit is contained in:
fit2bot
2024-12-11 11:42:34 +08:00
committed by GitHub
parent 9cd163c99d
commit 5ab7b99b9d
3 changed files with 27 additions and 5 deletions

View File

@@ -54,6 +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'),
]
urlpatterns += router.urls