From 7027055839ff96543e63fb90658fbf056c317c79 Mon Sep 17 00:00:00 2001 From: Amy Fromandi Date: Mon, 26 Aug 2024 14:45:39 -0500 Subject: [PATCH] adding logging --- v2/larkin.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/larkin.ts b/v2/larkin.ts index 0d9e1d5b..4ca901fa 100644 --- a/v2/larkin.ts +++ b/v2/larkin.ts @@ -645,7 +645,7 @@ const { Client, Pool } = require("pg"); //get all units and summarize for columns http.get( //TODO: cahnge url to match env. - "http://web.staging.svc.macrostrat.org/api/v2/units?all&response=long", + "https://web.staging.svc.macrostrat.org/api/v2/units?all&response=long", function (res) { var body = "";