We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6c05515 + 9da9c5c commit 113fe97Copy full SHA for 113fe97
flask-connexion-rest-part-2/version_1/config.py
@@ -12,7 +12,7 @@
12
app = connex_app.app
13
14
# Build the Sqlite ULR for SqlAlchemy
15
-sqlite_url = "sqlite:////" + os.path.join(basedir, "people.db")
+sqlite_url = "sqlite:///" + os.path.join(basedir, "people.db")
16
17
# Configure the SqlAlchemy part of the app instance
18
app.config["SQLALCHEMY_ECHO"] = True
0 commit comments