Skip to content

Commit

Permalink
add path
Browse files Browse the repository at this point in the history
  • Loading branch information
kreynoldsf5 committed Apr 30, 2024
1 parent 2a1f201 commit 009f874
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cloudapp/app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ def echo():
return jsonify(response)

@app.route('/<env>/', methods=['GET', 'POST', 'PUT', 'PATCH', 'DELETE'])
@app.route('/<env>/raw', methods=['GET', 'POST', 'PUT', 'PATCH', 'DELETE'])
def env_echo(env):
if env.lower() == app.config['site'].lower():
return echo()
Expand Down

0 comments on commit 009f874

Please sign in to comment.