Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dev take2 #13

Merged
merged 12 commits into from
Apr 30, 2024
Prev Previous commit
Next Next commit
go
kreynoldsf5 committed Apr 30, 2024
commit 6ba3d8a57d005912231904801a3d8bdf3bb125aa
2 changes: 1 addition & 1 deletion cloudapp/app/app.py
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ def return_err(err):
}

@app.route('/', methods=['GET', 'POST', 'PUT', 'PATCH', 'DELETE'])
@app.route('/', methods=['GET', 'POST', 'PUT', 'PATCH', 'DELETE'])
@app.route('/raw', methods=['GET', 'POST', 'PUT', 'PATCH', 'DELETE'])
def echo():
"""
Echo the request headers and data