Skip to content

Commit

Permalink
log API host
Browse files Browse the repository at this point in the history
  • Loading branch information
frimpongopoku committed Oct 8, 2024
1 parent 750fa63 commit 61eac99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/urls.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ if (window.location.hostname === LOCALHOST) apiHost = "http://localhost:8000/api
else apiHost = "https://api.massenergize.dev";

export const API_HOST = apiHost;
console.log("SEE API HOST", API_HOST)

let platform = "";
const URLS = {};
Expand Down

0 comments on commit 61eac99

Please sign in to comment.