Yuriy Zhilovets 7 năm trước cách đây
mục cha
commit
7dc34054a0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
 {