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