Skip to content
Snippets Groups Projects
Commit 086b183d authored by Lene Wasskog's avatar Lene Wasskog
Browse files

fix: Update urls for links in excel file

parent ab274fd7
No related branches found
No related tags found
No related merge requests found
...@@ -28,9 +28,8 @@ public final class ExcelFileGenerator { ...@@ -28,9 +28,8 @@ public final class ExcelFileGenerator {
private static final DateTimeFormatter DATE_TIME_FORMATTER = DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss"); private static final DateTimeFormatter DATE_TIME_FORMATTER = DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss");
private static final ObjectMapper objectMapper = new ObjectMapper(); private static final ObjectMapper objectMapper = new ObjectMapper();
// TODO Dette må fikses før deploy til prod private static final String VIPSWEB = "https://www.vips-landbruk.no";
private static final String VIPSWEB = "https://testvips.nibio.no"; private static final String VIPSLOGIC = "https://logic.vips.nibio.no";
private static final String VIPSLOGIC = "https://logic.testvips.nibio.no";
private enum ColumnIndex { private enum ColumnIndex {
ID(false, 0, 0, "observationId"), ID(false, 0, 0, "observationId"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment