summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcontact.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/contact.cgi b/contact.cgi
index 16242c3..150cd42 100755
--- a/contact.cgi
+++ b/contact.cgi
@@ -5,7 +5,7 @@ use CGI::FormBuilder;
my $build_path = '../build';
# TODO: check if protocol-agnostic URL works
-my $webroot = 'https://omni-presence.dk/contact/';
+my $webroot = 'https://form.omni-presence.dk/contact/';
my $req_path = $build_path . '/html/contact/index.html';
my $ack_path = $build_path . '/html/contact/thanks/index.html';