@@ -51,7 +51,7 @@ class ServerInfoController extends Controller
public function list(Request $request)
{
$top = ServerInfo::where("location", "top")->get();
- $bottom = ServerInfo::where("location", "bottom")->firet();
+ $bottom = ServerInfo::where("location", "bottom")->first();
return Response()->json([
"top" => $top,
"introduce" => "服务介绍",