소스 검색

verify Fixed php-phalcon-micro's json test

Mike Smith 11 년 전
부모
커밋
dfa534b42b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      php-phalcon-micro/public/index.php

+ 1 - 1
php-phalcon-micro/public/index.php

@@ -42,7 +42,7 @@ try {
 
     $app->map('/json', function() {
         header("Content-Type: application/json");
-        echo json_encode(array('message' => 'Hello World!'));
+        echo json_encode(array('message' => 'Hello, World!'));
     });
 
     //