Skip to content

Commit

Permalink
adding logging
Browse files Browse the repository at this point in the history
  • Loading branch information
amyfromandi committed Aug 26, 2024
1 parent 37bba92 commit 7027055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2/larkin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "";

Expand Down

0 comments on commit 7027055

Please sign in to comment.