Skip to content

Commit

Permalink
add ec2 api url
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-unfolds committed May 3, 2024
1 parent 30a3063 commit 55cd0f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if (window.location.hostname === "localhost") {
};
} else {
config = {
apiBaseUrl: "https://api.example.com",
apiBaseUrl: "http://18.168.254.104:3000",
};
}

Expand Down

0 comments on commit 55cd0f7

Please sign in to comment.