user creation
This commit is contained in:
@@ -20,8 +20,10 @@ def create_app():
|
||||
db.close()
|
||||
|
||||
import tables
|
||||
import auth
|
||||
|
||||
app.register_blueprint(tables.tables, url_prefix="/api")
|
||||
app.register_blueprint(auth.auth, url_prefix="/api/auth")
|
||||
|
||||
with app.app_context():
|
||||
init_db(get_db())
|
||||
|
||||
Reference in New Issue
Block a user