Skip to content

Commit

Permalink
chore: break route 1
Browse files Browse the repository at this point in the history
  • Loading branch information
nbugden committed Oct 14, 2021
1 parent 2336a9f commit 51b79db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ def index():
@app.route('/feature')
def feature():
value = 1+1
# return f"New feature: {value == 3}"
return f"New feature: {value == 2}"
return f"New feature: {value == 3}"
# return f"New feature: {value == 2}"


@app.route('/feature2')
Expand Down

0 comments on commit 51b79db

Please sign in to comment.