mirror of
https://github.com/netbox-community/netbox.git
synced 2026-02-06 15:26:24 -06:00
* Remove Secrets * #5278: Remove secrets javascript from netbox core * Remove userkey references * Fix PEP8 * Remove a few more instances of secrets. Rebundle * Remove Secrets Co-authored-by: checktheroads <matt@allroads.io>
This commit is contained in:
@@ -12,8 +12,5 @@ urlpatterns = [
|
||||
path('api-tokens/add/', views.TokenEditView.as_view(), name='token_add'),
|
||||
path('api-tokens/<int:pk>/edit/', views.TokenEditView.as_view(), name='token_edit'),
|
||||
path('api-tokens/<int:pk>/delete/', views.TokenDeleteView.as_view(), name='token_delete'),
|
||||
path('user-key/', views.UserKeyView.as_view(), name='userkey'),
|
||||
path('user-key/edit/', views.UserKeyEditView.as_view(), name='userkey_edit'),
|
||||
path('session-key/delete/', views.SessionKeyDeleteView.as_view(), name='sessionkey_delete'),
|
||||
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user