mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-10 02:28:33 +00:00
add flower view (#4078)
This commit is contained in:
parent
e6cd126045
commit
dbcf785e42
@ -31,7 +31,8 @@ api_v2 = [
|
||||
|
||||
app_view_patterns = [
|
||||
path('auth/', include('authentication.urls.view_urls'), name='auth'),
|
||||
path('ops/', include('ops.urls.view_urls'), name='ops')
|
||||
path('ops/', include('ops.urls.view_urls'), name='ops'),
|
||||
re_path(r'flower/(?P<path>.*)', views.celery_flower_view, name='flower-view'),
|
||||
]
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user