no message

This commit is contained in:
kuaifan
2025-05-24 14:39:54 +08:00
parent 959f9454d8
commit aa4f7c8536
3 changed files with 28 additions and 1 deletions

View File

@@ -84,6 +84,15 @@ class IndexController extends InvokeController
return Redirect::to(Base::fillUrl('api/system/version'), 301);
}
/**
* 健康检查
* @return string
*/
public function health()
{
return "ok";
}
/**
* 头像
* @return \Illuminate\Contracts\Foundation\Application|\Illuminate\Contracts\Routing\ResponseFactory|\Illuminate\Http\Response|\Symfony\Component\HttpFoundation\BinaryFileResponse