Skip to content
This repository has been archived by the owner on Dec 12, 2022. It is now read-only.

Commit

Permalink
updates default route
Browse files Browse the repository at this point in the history
Signed-off-by: invinciblejai <[email protected]>
  • Loading branch information
invincibleJai committed Feb 5, 2018
1 parent 73bf3c8 commit 78a9d55
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ def liveness():
"""Generate response for the GET request to /api/v1/liveness."""
return flask.jsonify({}), 200

@app.route("/")
def main():
return render_template('index.html')

@app.route('/register', methods=['POST'])
def register():
params = request.get_json()
Expand Down

0 comments on commit 78a9d55

Please sign in to comment.