From 97444412ec7aec9cf1e9c515d95f406b26e9a26c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Kervella?= Date: Thu, 24 May 2018 19:06:52 +0000 Subject: [PATCH] Add hostmacip endpoint --- re2oapi/endpoints.py | 1 + 1 file changed, 1 insertion(+) diff --git a/re2oapi/endpoints.py b/re2oapi/endpoints.py index b0bd251..f7b86df 100644 --- a/re2oapi/endpoints.py +++ b/re2oapi/endpoints.py @@ -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/', }