As flask app will reload itself after it detect changes with the debug=True
option, I would like to know if there is a way to manually trigger the reload without making any changes to the code and files.
Preferably trigger the reload when a user accesses "url"/reloadFlask
@app.route('/reloadFlask', methods = ['POST'])
def reloadFlask():
# Some magic here