Skip to content

Commit 46978b3

Browse files
committed
Fix URL error
1 parent 81e3ff7 commit 46978b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/deployFrontend/static/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Add your API endpoint
2-
const API_ENDPOINT = "https://1234567890.execute-api.us-west-2.amazonaws.com/test;"
2+
const API_ENDPOINT = "https://1234567890.execute-api.us-west-2.amazonaws.com/test";
33
const time = new Date();
44

55
// AJAX POST

0 commit comments

Comments
 (0)