From a305916f5257f5b959a36c14f7509c481d5ff223 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Zieli=C5=84ski?= Date: Thu, 4 Apr 2024 22:26:34 +0200 Subject: [PATCH] Enable all processors --- WebAPI/Controllers/LayersController.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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" };