Skip to content

Commit

Permalink
Fixed local host URL
Browse files Browse the repository at this point in the history
  • Loading branch information
dpigera committed Jan 11, 2025
1 parent b7d6197 commit 8ce94da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = function (environment) {
};

if (environment === 'development') {
ENV.APP.API_HOST = 'http://localhost:3000';
ENV.APP.API_HOST = 'http://127.0.0.1:8090';
}

if (environment === 'test') {
Expand Down

0 comments on commit 8ce94da

Please sign in to comment.