mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-03-13 16:28:14 -04:00
to: 添加alive空接口
This commit is contained in:
parent
e40c3d73cd
commit
278f4eb9e8
@ -173,4 +173,12 @@ class UniProxyController extends Controller
|
||||
|
||||
return response($response)->header('ETag', "\"{$eTag}\"");
|
||||
}
|
||||
|
||||
// 后端提交在线数据
|
||||
public function alive(Request $request)
|
||||
{
|
||||
return response([
|
||||
'data' => true
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user