This commit is contained in:
Tokumeikoi
2020-03-07 11:37:39 +08:00
parent 4f709bf1f6
commit f5132abad1
4 changed files with 8 additions and 8 deletions

View File

@ -51,7 +51,7 @@ class PoseidonController extends Controller
{
if ($r = $this->verifyToken($request)) { return $r; }
Log::info('serverSubmitData:' . $request->input('node_id') . ':' . file_get_contents('php://input'));
// Log::info('serverSubmitData:' . $request->input('node_id') . ':' . file_get_contents('php://input'));
$server = Server::find($request->input('node_id'));
if (!$server) {
return $this->error("server could not be found", 404);