Skip to content

Commit d5c0474

Browse files
committed
Update app.py
1 parent e177793 commit d5c0474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def get_aws_client(request):
2323

2424

2525
# Endpoint: http://<api_host>:<api_port>/ec2/list
26-
@ app.route('/ec2/list', methods=['GET'])
26+
@app.route('/ec2/list', methods=['GET'])
2727
def aws_list():
2828
try:
2929
client = get_aws_client(request)

0 commit comments

Comments
 (0)