perf: add encrypted configuration API (#14632)

* perf: 添加加密配置API

* perf: modify url

---------

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

View File

@@ -55,6 +55,7 @@ urlpatterns = [
path('components/metrics/', api.ComponentsMetricsAPIView.as_view(), name='components-metrics'),
path('components/connect-methods/', api.ConnectMethodListApi.as_view(), name='connect-methods'),
path('loki/logs/', api.LokiLogAPI.as_view(), name='loki-logs'),
path('encrypted-config/', api.EncryptedTerminalConfig.as_view(), name='encrypted-terminal-config'),
]
urlpatterns += router.urls