diff --git a/re2oapi/endpoints.py b/re2oapi/endpoints.py index f7b86df..590a9b4 100644 --- a/re2oapi/endpoints.py +++ b/re2oapi/endpoints.py @@ -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/', }