fix: 修复一些主题用户获取节点为空的问题,取消节点API未找到节点的日志记录

This commit is contained in:
xboard
2024-01-15 04:25:25 +08:00
parent 8e57bc4e9b
commit 68d7d64ea7
2 changed files with 3 additions and 4 deletions

View File

@@ -29,7 +29,6 @@ class ServerController extends Controller
$data = NodeResource::collection($servers);
return response([
'data' => $data
])->header('ETag', "\"{$eTag}\"")
->header('Cache-Control', 'public, max-age=3600');
])->header('ETag', "\"{$eTag}\"");
}
}