Skip to content

Commit

Permalink
Using SQLite
Browse files Browse the repository at this point in the history
  • Loading branch information
olivialba committed Nov 23, 2024
1 parent b79b41d commit bb2bfdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from utils.models import db # noqa: E402

app = Flask(__name__)
USING_SQLITE = 'DB_CONN_FILE' not in os.environ
USING_SQLITE = True


app.register_blueprint(auth, url_prefix='/api/auth') # Authentication Endpoint
Expand Down

0 comments on commit bb2bfdb

Please sign in to comment.