Yuriy Zhilovets 7 years ago
parent
commit
7dc34054a0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      telegram.pl

+ 1 - 1
telegram.pl

@@ -83,7 +83,7 @@ hook after_dispatch => sub
 get "/health" => sub
 {
   shift->render(text => "Telegram OK");
-}
+};
 
 post "/:token" => sub
 {