inheritStore: 버프/디버프 구매 UI

This commit is contained in:
2021-09-15 19:06:15 +00:00
committed by Gitea
parent 97a28f716c
commit d06f3b6bdf
9 changed files with 202 additions and 10 deletions
+1
View File
@@ -11,6 +11,7 @@ class APIHelper
public static function launch(string $rootPath)
{
//TODO: path를 php://input에서 받는게 아니라 api.php?~~~~~ 로 받아오는것이 etag 캐시 측면에서 훨씬 나을 듯!
try {
$rawInput = file_get_contents('php://input');
$input = Json::decode($rawInput);