Skip to content

Commit 7834339

Browse files
committed
Redeploy on fly.io
1 parent 282a984 commit 7834339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/invitation_form.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ $ ->
1111
serialized = $("#invitationForm").serialize()
1212
$("#invitationForm").find("input").prop("disabled", "disabled")
1313

14-
xhr = $.post("https://tech404-inviter.herokuapp.com/invitations", serialized)
14+
xhr = $.post("https://tech404-inviter.fly.dev/invitations", serialized)
1515
xhr.done ->
1616
$("#invitationFormSuccess").show()
1717
xhr.fail ->

0 commit comments

Comments
 (0)