Commit e6096b24e3775287f383857ffbd9c9f44df8c602

Authored by Amrita Vishnoi
1 parent e02b93ee

some space chnage

400-SOURCECODE/AIAHTML5.API/Controllers/PixelLocationsController.cs
... ... @@ -17,10 +17,10 @@ namespace AIAHTML5.API.Controllers
17 17 }
18 18  
19 19 // GET: api/PixelLocations/5
20   - public HttpResponseMessage Get(string layerNumber, string bodyViewIndex, string systemNumber, string zoomLevel)
21   - {
22   - dynamic bodyRegions = PixelLocator.GetBodyRegionsPixelData(layerNumber, bodyViewIndex, systemNumber, zoomLevel);
23   - return new HttpResponseMessage { StatusCode = HttpStatusCode.OK, Content = new StringContent(bodyRegions) };
  20 + public HttpResponseMessage Get(string layerNumber, string bodyViewIndex, string systemNumber, string zoomLevel)
  21 + {
  22 + dynamic bodyRegions = PixelLocator.GetBodyRegionsPixelData(layerNumber, bodyViewIndex, systemNumber, zoomLevel);
  23 + return new HttpResponseMessage { StatusCode = HttpStatusCode.OK, Content = new StringContent(bodyRegions) };
24 24 }
25 25  
26 26 // POST: api/PixelLocations
... ...