Docfile commited on
Commit
7f01bad
·
verified ·
1 Parent(s): 352ef69

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,6 +1,7 @@
1
  from api.index import app, db
2
 
3
- # Create databavse tables if they don't exist
 
4
  with app.app_context():
5
  db.create_all()
6
 
 
1
  from api.index import app, db
2
 
3
+ # Create databavsem
4
+ #tables if they don't exist
5
  with app.app_context():
6
  db.create_all()
7