Add servicesregen endpoint

This commit is contained in:
Maël Kervella 2018-05-26 20:09:01 +00:00
parent 6616f87b09
commit 8409433e86

View file

@ -89,6 +89,7 @@ urls = {
'whitelists-list': '/api/users/whitelists/',
'whitelists-details': '/api/users/whitelists/{pk}/',
'hostmacip-list': '/api/dhcp/hostmacip/',
'servicesregen-list': '/api/services/regen/',
'token': '/api/token-auth/',
}