]> rtime.felk.cvut.cz Git - coffee/coffee-flask.git/commitdiff
Add TODO
authorMichal Sojka <michal.sojka@cvut.cz>
Mon, 13 Jan 2020 22:42:27 +0000 (23:42 +0100)
committerMichal Sojka <michal.sojka@cvut.cz>
Mon, 13 Jan 2020 22:42:27 +0000 (23:42 +0100)
app.py

diff --git a/app.py b/app.py
index 7432fcbf64874705a4f646605db42c45fff17c93..17d2a7c14fcc36d565854e5d021af8dfbab7e80b 100644 (file)
--- a/app.py
+++ b/app.py
@@ -210,6 +210,7 @@ def coffee_add():
     return redirect(url_for('user'))
 
 
+# TODO: Remove me - unused
 @app.route("/coffee/count")
 def coffee_count():
     start = request.args.get("start")