add nodejs express project with basic navigation
This commit is contained in:
@@ -18,10 +18,7 @@ namespace PointCloudWeb.Server.Controllers
|
||||
this.pointCloudService = pointCloudService;
|
||||
}
|
||||
|
||||
private PointCloudDto ConvertPointCloudToDto(PointCloud pc)
|
||||
{
|
||||
return new PointCloudDto(pc.Id, pc.Name, pc.TransformedPoints);
|
||||
}
|
||||
private PointCloudDto ConvertPointCloudToDto(PointCloud pc) => new PointCloudDto(pc.Id, pc.Name, pc.TransformedPoints);
|
||||
|
||||
[HttpGet]
|
||||
public IList<PointCloudDto> GetAll()
|
||||
|
||||
Reference in New Issue
Block a user