diff --git a/reel/core.py b/reel/core.py index 06e3f4e..5189c05 100644 --- a/reel/core.py +++ b/reel/core.py @@ -75,7 +75,7 @@ def get_new_url_json(): -@app.route('/get/', methods=['GET']) +@app.route('/get/', methods=['GET', 'POST']) def get_url(url): """Gets given URL."""