Skip to content

Commit

Permalink
adding logging
Browse files Browse the repository at this point in the history
  • Loading branch information
amyfromandi committed Aug 27, 2024
1 parent 9b475c7 commit 91ac696
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions v2/larkin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -644,8 +644,8 @@ const { Client, Pool } = require("pg");
unitSummary: function (callback) {
//get all units and summarize for columns
http.get(
//TODO: cahnge url to match env.
"http://localhost:5000/v2/units?all&response=long",
//TODO: change url to match env.
"http://localhost:5432/v2/units?all&response=long",
function (res) {
var body = "";
res.on("data", function (chunk) {
Expand Down

0 comments on commit 91ac696

Please sign in to comment.