diff --git a/WebAPI/Controllers/LayersController.cs b/WebAPI/Controllers/LayersController.cs index 3f1ab16..d129aa8 100644 --- a/WebAPI/Controllers/LayersController.cs +++ b/WebAPI/Controllers/LayersController.cs @@ -252,11 +252,11 @@ namespace WebAPI.Controllers } string[] processTypes = new string[] { - //"T3-SingleSource", - //"T3-MultiSourceSummary", - //"T3-SourceYearSummary", - //"T3-MultiSourceYearSummary", - //"T3-MultiSourceCopySelectedCodes", + "T3-SingleSource", + "T3-MultiSourceSummary", + "T3-SourceYearSummary", + "T3-MultiSourceYearSummary", + "T3-MultiSourceCopySelectedCodes", "T3-MultiSourceCopySelectedCodesYearSummary" };