Skip to content

Commit 86192a9

Browse files
Potential fix for code scanning alert no. 1: Flask app is run in debug mode
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 9189feb commit 86192a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/index.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
from app import app
1010

1111
if __name__ == "__main__":
12-
app.run(debug=True)
12+
app.run()

0 commit comments

Comments
 (0)