mirror of
https://github.com/YunoHost-Apps/ihatemoney_ynh.git
synced 2024-09-03 19:26:15 +02:00
remove the debug route for production
This commit is contained in:
parent
0b180a7e9a
commit
8050defa8f
1 changed files with 0 additions and 5 deletions
|
@ -197,11 +197,6 @@ def delete_bill(project, bill_id):
|
||||||
|
|
||||||
return redirect(url_for('list_bills'))
|
return redirect(url_for('list_bills'))
|
||||||
|
|
||||||
@app.route("/debug/")
|
|
||||||
def debug():
|
|
||||||
from ipdb import set_trace; set_trace()
|
|
||||||
return render_template("debug.html")
|
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
# db
|
# db
|
||||||
|
|
Loading…
Add table
Reference in a new issue