From 8409433e86d69f54ffc6b6b588e0b68286c53f67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Kervella?= Date: Sat, 26 May 2018 20:09:01 +0000 Subject: [PATCH] Add servicesregen endpoint --- re2oapi/endpoints.py | 1 + 1 file changed, 1 insertion(+) 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/', }