Skip to content

Commit

Permalink
Remove obsolete rewritten names
Browse files Browse the repository at this point in the history
  • Loading branch information
Altai-man committed Aug 23, 2021
1 parent e962b92 commit 8b59388
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Cro/HTTP/Router.pm6
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,7 @@ module Cro::HTTP::Router {
$link-config[0]<url-storage> =
%( |$link-config[0]<url-storage>,
$outer-handler.name => route-signature-to-sub($_.url-prefix, $_.signature));
$link-config[0]<url-storage>{$_.name}:delete unless $_.name eq $outer-handler.name;
}
@!handlers.push: $outer-handler;
}
Expand Down

0 comments on commit 8b59388

Please sign in to comment.