瀏覽代碼

content-type

master
Robin Thoni 9 年之前
父節點
當前提交
ac4a27135e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      index.php

+ 1
- 1
index.php 查看文件

@@ -33,7 +33,7 @@ function main()
33 33
   else
34 34
     error(501, "Not implemented");
35 35
 }
36
-
36
+header("Content-Type: application/json");
37 37
 check_api_key();
38 38
 main();
39 39
 ?>

Loading…
取消
儲存