Skip to content

Commit 6cb442e

Browse files
committed
updated requirements to simplfy chalice version needed
1 parent 12515f1 commit 6cb442e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

global-serverless/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
boto3
2-
chalice==1.27.3
2+
chalice

global-serverless/web/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
if(document.getElementById('api').value.length > 0) {
2222
setCookie(document.getElementById('api').value);
2323
} else {
24-
alert('Please enter the URL for your Rest API');
24+
alert('Please enter a Rest API URL');
2525
}
2626

2727
}

0 commit comments

Comments
 (0)