mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-21 11:28:38 +00:00
[feature] 添加 login-logs API
This commit is contained in:
@@ -12,6 +12,7 @@ app_name = "audits"
|
||||
|
||||
router = DefaultRouter()
|
||||
router.register(r'ftp-logs', api.FTPLogViewSet, 'ftp-log')
|
||||
router.register(r'login-logs', api.UserLoginLogViewSet, 'login-log')
|
||||
|
||||
urlpatterns = [
|
||||
]
|
||||
|
Reference in New Issue
Block a user