mirror of
https://github.com/kennethreitz-archive/webhook-reel.git
synced 2026-06-05 23:40:17 +00:00
/get POST
This commit is contained in:
+1
-1
@@ -75,7 +75,7 @@ def get_new_url_json():
|
||||
|
||||
|
||||
|
||||
@app.route('/get/<url>', methods=['GET'])
|
||||
@app.route('/get/<url>', methods=['GET', 'POST'])
|
||||
def get_url(url):
|
||||
"""Gets given URL."""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user