运行时目录优化

This commit is contained in:
技术老胡
2024-09-05 11:18:01 +08:00
parent 99967b65db
commit ce65756874
3 changed files with 6 additions and 2 deletions

View File

@@ -14,4 +14,8 @@ class IndexController
}
return View::fetch();
}
public function test()
{
return runtime_path();
}
}