Skip to content

Commit

Permalink
fix uri
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-o committed Jun 10, 2024
1 parent 46e1e1f commit 49f3c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Fez/Web.rakumod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use Fez::Util::Json;
use Fez::Util::Config;

my @handlers = |config-value('requestors');
my $uri = 'http://localhost:8080'; # config-value('host');
my $uri = config-value('host');

state $handler = do {
my $handler = @handlers.map({
Expand Down

0 comments on commit 49f3c53

Please sign in to comment.