Skip to content

Commit 043d580

Browse files
Update contact endpoint
1 parent 4a9fcb9 commit 043d580

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/assets/scripts/main.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/assets/scripts/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ var Main = {
255255
xhrRunning = $.ajax({
256256
type: 'POST',
257257
dataType: 'json',
258-
url: 'https://e5kp5ek8ni.execute-api.us-east-1.amazonaws.com/prod/contato',
258+
url: 'https://sfqs5tuvzd.execute-api.us-east-1.amazonaws.com/prod/contato/v2',
259259
contentType: 'application/json',
260260
data: JSON.stringify({
261261
name: $('[name=name]').val(),

0 commit comments

Comments
 (0)