Yuriy Zhilovets 7 anni fa
parent
commit
7dc34054a0
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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
 {