added '/' after addFeed

This commit is contained in:
Dan Dembinski
2020-03-09 14:41:40 -04:00
parent 900084f493
commit 9abe918906
2 changed files with 7 additions and 6 deletions

View File

@@ -121,7 +121,7 @@ def updateFeeds():
return jsonify(singleShow=updatedShows)
@app.route('/addFeed', methods=['POST'])
@app.route('/addFeed/', methods=['POST'])
def addFeed():
count = 0