We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e177793 commit d5c0474Copy full SHA for d5c0474
app.py
@@ -23,7 +23,7 @@ def get_aws_client(request):
23
24
25
# Endpoint: http://<api_host>:<api_port>/ec2/list
26
-@ app.route('/ec2/list', methods=['GET'])
+@app.route('/ec2/list', methods=['GET'])
27
def aws_list():
28
try:
29
client = get_aws_client(request)
0 commit comments