Yuriy Zhilovets 7 년 전
부모
커밋
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
 {