Skip to content
Snippets Groups Projects
Commit 80317831 authored by Ruben Young On's avatar Ruben Young On
Browse files

Removed redundant line

parent bab56108
No related branches found
No related tags found
1 merge request!16Add API tests, small fix for MultipleChoiceOption
Pipeline #18132 passed
......@@ -24,7 +24,6 @@ def app():
db.init_app(app)
with app.app_context():
db.drop_all()
db.create_all()
app.register_blueprint(api_bp, url_prefix='/api')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment