Browse Source

„Licenseserver/health_view/urls.py“ ändern

undefined
Gabriel Kaufmann 3 years ago
parent
commit
0be96fc105
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      Licenseserver/health_view/urls.py

+ 0
- 1
Licenseserver/health_view/urls.py View File

@@ -8,5 +8,4 @@ urlpatterns = [
path('license/<int:fid>/create/', views.create_license, name='create-license'),
path('license/show/<int:pk>/own/', views.get_license_details, name='license-detail-own'),
path('license/show/<int:pk>/given/', views.get_license_details, name='license-detail-given'),
path('delete_license', views.delete_license, name='delete_license')
]

Loading…
Cancel
Save