diff --git a/400-SOURCECODE/AIAHTML5.API/Controllers/PixelLocationsController.cs b/400-SOURCECODE/AIAHTML5.API/Controllers/PixelLocationsController.cs
index d127aca..5954563 100644
--- a/400-SOURCECODE/AIAHTML5.API/Controllers/PixelLocationsController.cs
+++ b/400-SOURCECODE/AIAHTML5.API/Controllers/PixelLocationsController.cs
@@ -17,10 +17,10 @@ namespace AIAHTML5.API.Controllers
}
// GET: api/PixelLocations/5
- public HttpResponseMessage Get(string layerNumber, string bodyViewIndex, string systemNumber, string zoomLevel)
- {
- dynamic bodyRegions = PixelLocator.GetBodyRegionsPixelData(layerNumber, bodyViewIndex, systemNumber, zoomLevel);
- return new HttpResponseMessage { StatusCode = HttpStatusCode.OK, Content = new StringContent(bodyRegions) };
+ public HttpResponseMessage Get(string layerNumber, string bodyViewIndex, string systemNumber, string zoomLevel)
+ {
+ dynamic bodyRegions = PixelLocator.GetBodyRegionsPixelData(layerNumber, bodyViewIndex, systemNumber, zoomLevel);
+ return new HttpResponseMessage { StatusCode = HttpStatusCode.OK, Content = new StringContent(bodyRegions) };
}
// POST: api/PixelLocations