aboutsummaryrefslogtreecommitdiff
path: root/gn_auth/auth/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'gn_auth/auth/views.py')
-rw-r--r--gn_auth/auth/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gn_auth/auth/views.py b/gn_auth/auth/views.py
index 56eace7..cd1cb6f 100644
--- a/gn_auth/auth/views.py
+++ b/gn_auth/auth/views.py
@@ -7,8 +7,8 @@ from .authorisation.data.views import data
from .authorisation.users.views import users
from .authorisation.users.admin import admin
from .authorisation.roles.views import roles
-from .authorisation.groups.views import groups
from .authorisation.resources.views import resources
+from .authorisation.resources.groups.views import groups
oauth2 = Blueprint("oauth2", __name__)