feat: api.php 호출에서 path를 경로로 지정하는 방식 추가

This commit is contained in:
2022-02-25 01:54:22 +09:00
parent 07dc78784e
commit 42ff8adee8
4 changed files with 29 additions and 17 deletions
+1 -1
View File
@@ -9,4 +9,4 @@ if (!class_exists('\\sammo\\RootDB')) {
Json::dieWithReason('No DB');
}
APIHelper::launch(dirname(__FILE__));
APIHelper::launch(dirname(__FILE__), $_GET['path']??null);