|
|
|
@ -67,7 +67,6 @@ urlpatterns = [ |
|
|
|
url(r'^history/(?P<object>service)/(?P<id>[0-9]+)$', views.history, name='history'), |
|
|
|
url(r'^$', views.index, name='index'), |
|
|
|
url(r'^rest/mac-ip/$', views.mac_ip, name='mac-ip'), |
|
|
|
url(r'^rest/login/$', views.login_user, name='login'), |
|
|
|
url(r'^rest/regen-achieved/$', views.regen_achieved, name='regen-achieved'), |
|
|
|
url(r'^rest/mac-ip-dns/$', views.mac_ip_dns, name='mac-ip-dns'), |
|
|
|
url(r'^rest/alias/$', views.alias, name='alias'), |
|
|
|
|