Skip to content

Commit

Permalink
Serve from root
Browse files Browse the repository at this point in the history
  • Loading branch information
CannonLock committed Sep 15, 2023
1 parent d6a32d2 commit 1974757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2/larkin.js
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ var mysql = require("mysql"),
async.parallel({
unitSummary: function(callback) {
// get all units and summarize for columns
http.get("http://localhost:5000/api/v2/units?all&response=long", function(res) {
http.get("http://localhost:5000/v2/units?all&response=long", function(res) {
var body = "";

res.on("data", function(chunk) {
Expand Down

0 comments on commit 1974757

Please sign in to comment.