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 d54667d commit 8fcb1f3Copy full SHA for 8fcb1f3
bin/server.p6
@@ -5,7 +5,7 @@ use HTML::Escape;
5
use JSON::Fast;
6
use P6lert::Model::Alerts;
7
8
-my $SITE-HOST = 'https://perl6.alerts.org/';
+my $SITE-HOST = 'https://alerts.perl6.org/';
9
my $Alerts := P6lert::Model::Alerts.new;
10
my &H := &escape-html;
11
0 commit comments