IIITKalyaniFOSC / MediCare-Prime

Prediction or detection of various medical ailments
https://medicare-prime.herokuapp.com/
GNU General Public License v3.0
21 stars 24 forks source link

Fix flask-debug code scanning alert #83

Closed akshitadixit closed 3 years ago

akshitadixit commented 3 years ago

Contributes towards #74 changed app.run(debug=True) to app.run(0) to avoid vulnerabilities from werkzeug debugger.