Yuriy Zhilovets hace 7 años
padre
commit
7dc34054a0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
 {