aboutsummaryrefslogtreecommitdiff
path: root/gn3/auth/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'gn3/auth/__init__.py')
-rw-r--r--gn3/auth/__init__.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/gn3/auth/__init__.py b/gn3/auth/__init__.py
index 699d9e2..ba10305 100644
--- a/gn3/auth/__init__.py
+++ b/gn3/auth/__init__.py
@@ -1,3 +1,7 @@
"""Top-Level `Auth` module"""
from . import authorisation
from . import authentication
+
+## Setup the endpoints
+from .authorisation.views import *
+from .authentication.oauth2.views import *