瀏覽代碼

Editing the autoupdater thingie

Andrea Franceschini 8 年之前
父節點
當前提交
e3bb4e7b7c
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      pages/api/git-update.php

+ 0 - 2
pages/api/git-update.php

@@ -3,6 +3,4 @@
 $data = json_decode(file_get_contents('php://input'));
 $secret = $data['secret'];
 
-header('Content-Type: application/json');
-
 echo '{"ha":"ah"}';