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 0d687a0 commit f9407d9
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: change url to match env.
"http://localhost:5000/api/v2/units?all&response=long",
"http://localhost:5000/v2/units?all&response=long",
function (res) {
var body = "";
res.on("data", function (chunk) {
Expand Down

0 comments on commit f9407d9

Please sign in to comment.