inheritStore: 버프/디버프 구매 UI

This commit is contained in:
2021-09-15 23:49:20 +09:00
parent a10bb03fef
commit b84aeb71e0
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);