更新代码结构

This commit is contained in:
技术老胡
2025-02-21 18:53:21 +08:00
parent 6f6355e57f
commit d92daaa1ae
4 changed files with 10 additions and 11 deletions

View File

@@ -20,8 +20,4 @@ class IndexController
View::assign('domain', \request()->domain());
return View::fetch();
}
public function test()
{
return View::fetch();
}
}