mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-06 01:40:52 +00:00
perf: add encrypted configuration API (#14632)
* perf: 添加加密配置API * perf: modify url --------- Co-authored-by: Eric <xplzv@126.com>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user