We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 282a984 commit 7834339Copy full SHA for 7834339
js/invitation_form.coffee
@@ -11,7 +11,7 @@ $ ->
11
serialized = $("#invitationForm").serialize()
12
$("#invitationForm").find("input").prop("disabled", "disabled")
13
14
- xhr = $.post("https://tech404-inviter.herokuapp.com/invitations", serialized)
+ xhr = $.post("https://tech404-inviter.fly.dev/invitations", serialized)
15
xhr.done ->
16
$("#invitationFormSuccess").show()
17
xhr.fail ->
0 commit comments