Yuriy Zhilovets 7 vuotta sitten
vanhempi
sitoutus
7dc34054a0
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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
 {