Update __int__.py

This commit is contained in:
Mikkel
2022-05-31 17:44:08 +02:00
parent abf12212f5
commit 5c76f8f9be

View File

@ -17,9 +17,11 @@ login_manager.login_message_category = 'info'
from aula.Login.routes import Login
from aula.Group.routes import Group
from aula.Threads.routes import Threads
from aula.Post.routes import Post
app.register_blueprint(Login)
app.register_blueprint(Group)
app.register_blueprint(Threads)
app.register_blueprint(Post)
#from bank import routes