Skip to content

Commit

Permalink
corrected getCSJSLocation pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
amcarrero committed May 10, 2024
1 parent 26e917f commit 052049f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const getCSJSLocation = () => {
const cityscopejs_local_url =
"cityscopejs_local" in parsed
? "http://localhost:3000/"
: "https://cityio.media.mit.edu";
: "https://cityscope.media.mit.edu/CS_cityscopeJS/";
console.log("cityScopeJS location: ", cityscopejs_local_url);
return cityscopejs_local_url;
};
Expand Down

0 comments on commit 052049f

Please sign in to comment.