Add servicesregen endpoint
This commit is contained in:
parent
6616f87b09
commit
8409433e86
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ urls = {
|
||||||
'whitelists-list': '/api/users/whitelists/',
|
'whitelists-list': '/api/users/whitelists/',
|
||||||
'whitelists-details': '/api/users/whitelists/{pk}/',
|
'whitelists-details': '/api/users/whitelists/{pk}/',
|
||||||
'hostmacip-list': '/api/dhcp/hostmacip/',
|
'hostmacip-list': '/api/dhcp/hostmacip/',
|
||||||
|
'servicesregen-list': '/api/services/regen/',
|
||||||
'token': '/api/token-auth/',
|
'token': '/api/token-auth/',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue