diff --git a/main.py b/main.py index 642b507..ea455ce 100644 --- a/main.py +++ b/main.py @@ -43,7 +43,12 @@ class podcasts(db.Model): @app.route('/', methods=['GET']) def index(): - + stuff = """ /login Method: 'GET' JSON: 'username', 'password'
+ /updateFeeds
Method: 'PUT', JSON:: 'podcastID' note leave podcastID blank to update all feeds

+ /addFeedto Come


+ /listPoddcasts/

+ + """ return 'stuff'