removed todos

master
km0 2 years ago
parent b7b7ba68be
commit f9cf348b01

@ -110,7 +110,6 @@ def update_wiki(recipe):
# TODO: get data from client
@app.route("/", methods=["GET", "POST"])
def home():
if request.method == "POST":
@ -127,6 +126,4 @@ def get():
recipes = get_recipes()
return jsonify(recipes)
# TODO: set another port and setup nginx
app.run(port=3145)

Loading…
Cancel
Save