fix wrong blueprint name
This commit is contained in:
parent
6a622f13d7
commit
24718abb92
|
@ -9,7 +9,7 @@ from stream_auth.middlewares import jwt
|
|||
from stream_auth.models.stream import Stream as StreamModel
|
||||
from stream_auth.database import user
|
||||
|
||||
stream = Blueprint('user', __name__)
|
||||
stream = Blueprint('stream', __name__)
|
||||
|
||||
|
||||
@stream.route('/create_stream', methods=['POST'])
|
||||
|
|
Loading…
Reference in New Issue