feat: move login_required wrapper outside (#1281)
This commit is contained in:
parent
b711ce33b7
commit
024250803a
32 changed files with 44 additions and 65 deletions
|
|
@ -5,7 +5,7 @@ from typing import Generator, Union
|
|||
|
||||
import flask_login
|
||||
from flask import Response, stream_with_context
|
||||
from core.login.login import login_required
|
||||
from libs.login import login_required
|
||||
from werkzeug.exceptions import InternalServerError, NotFound
|
||||
|
||||
import services
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue