Skip to content

Commit

Permalink
Add repsonse to HEAD request for monitoring software
Browse files Browse the repository at this point in the history
  • Loading branch information
dontlaugh committed Nov 12, 2024
1 parent 225a99f commit d12fb8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Routes.pm6
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ sub routes() is export {
template-location 'templates';

route {
http 'HEAD', -> {
}
get -> {
template 'index.crotmp';
}
Expand Down

0 comments on commit d12fb8b

Please sign in to comment.