Yuriy Zhilovets 7 жил өмнө
parent
commit
7dc34054a0
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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
 {