feat: move login_required wrapper outside (#1281)

This commit is contained in:
takatost 2023-10-08 05:21:32 -05:00 committed by GitHub
commit 024250803a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
32 changed files with 44 additions and 65 deletions

View file

@ -1,7 +1,7 @@
import json
from flask_login import current_user
from core.login.login import login_required
from libs.login import login_required
from flask_restful import Resource, abort, reqparse
from werkzeug.exceptions import Forbidden