Skip to content

Commit

Permalink
remove / from ENV.publicUrl in development
Browse files Browse the repository at this point in the history
  • Loading branch information
vdvibhu20 committed May 14, 2024
1 parent f00b3d1 commit f56ee51
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 @@ -52,7 +52,7 @@ module.exports = function (environment) {
// ENV.APP.LOG_VIEW_LOOKUPS = true;
ENV.nuxtPublicUrl = "http://localhost:8081"
// ENV.publicUrl = 'http://test.hackerblocks/app/';
ENV.publicUrl = "http://localhost:4200/app/";
ENV.publicUrl = "http://localhost:4200/app";
// ENV.apiHost = 'http://test.hackbackend';
ENV.apiHost = "http://localhost:3000";
ENV.oneauthURL = "http://localhost:3838";
Expand Down

0 comments on commit f56ee51

Please sign in to comment.