diff options
author | Santo Cariotti <dcariotti24@gmail.com> | 2020-04-09 21:33:30 +0200 |
---|---|---|
committer | Santo Cariotti <dcariotti24@gmail.com> | 2020-04-09 21:33:30 +0200 |
commit | 9e55ac09c2ce2ead1457f264face35c4cc36d99e (patch) | |
tree | 9ea33cd08272efd7cea2ad16313a9de777c23bdb | |
parent | f7b57c931b19d72a1ce4527b2467fb65fd5df177 (diff) |
fix: import from frest folder
-rw-r--r-- | frest/auth/routes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frest/auth/routes.py b/frest/auth/routes.py index 27f00ec..af4c2b9 100644 --- a/frest/auth/routes.py +++ b/frest/auth/routes.py @@ -1,6 +1,6 @@ from flask import Blueprint, request, abort from utils import http_call, model_serialize -from decorators import check_token, admin_required +from frest.decorators import check_token, admin_required from .models import User, Token from .forms import UserForm from database import db |