Skip to content

Commit

Permalink
fix dev env
Browse files Browse the repository at this point in the history
  • Loading branch information
RFbkak37y3kIY committed Apr 22, 2024
1 parent 2c94663 commit beddc90
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/environments/environment.dev.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ export const environment = {
production: false,
environment: VERSION + '(dev)',
isHomerAPI: true,
// apiUrl: window.location.protocol + '//' + (window.location.host) + '/api/v3'
apiUrl: 'http://localhost:9080/api/v3'
apiUrl: location.protocol + '//' + (location.host) + '/api/v3'
};

0 comments on commit beddc90

Please sign in to comment.