Skip to content

Commit

Permalink
Merge pull request #130 from canonn-science/get_compres
Browse files Browse the repository at this point in the history
Swapping Out Old Endpoint
  • Loading branch information
NoFoolLikeOne authored Apr 20, 2024
2 parents 78caa68 + ce38e47 commit 0aff334
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/data/MapData-Faction.js
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ var canonnEd3d_route = {
});
faction_systems = arr.join(",")
//console.log(faction_systems)
canonnEd3d_route.parseInfo('https://us-central1-canonn-api-236217.cloudfunctions.net/get_compres?systems=' + faction_systems, resolve)
canonnEd3d_route.parseInfo('https://us-central1-canonn-api-236217.cloudfunctions.net/query/get_compres?systems=' + faction_systems, resolve)
});

Promise.all([p3]).then(function () {
Expand Down
2 changes: 1 addition & 1 deletion Source/data/MapData-FactionRes.js
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ var canonnEd3d_route = {
});
faction_systems = arr.join(",")
//console.log(faction_systems)
canonnEd3d_route.parseInfo('https://us-central1-canonn-api-236217.cloudfunctions.net/get_compres?systems=' + faction_systems, resolve)
canonnEd3d_route.parseInfo('https://us-central1-canonn-api-236217.cloudfunctions.net/query/get_compres?systems=' + faction_systems, resolve)
});

Promise.all([p3]).then(function () {
Expand Down

0 comments on commit 0aff334

Please sign in to comment.