Skip to content

Commit 8fcb1f3

Browse files
committed
Fix host name
1 parent d54667d commit 8fcb1f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/server.p6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use HTML::Escape;
55
use JSON::Fast;
66
use P6lert::Model::Alerts;
77

8-
my $SITE-HOST = 'https://perl6.alerts.org/';
8+
my $SITE-HOST = 'https://alerts.perl6.org/';
99
my $Alerts := P6lert::Model::Alerts.new;
1010
my &H := &escape-html;
1111

0 commit comments

Comments
 (0)