Skip to content

Commit

Permalink
Merge branch 'master' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
LesterLyu committed Mar 5, 2024
2 parents 3a0fc6b + 16fd6a5 commit d92b8f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/store/defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const hostname = window && window.location && window.location.hostname;

let serverHost;
if (hostname === 'www.socialneedsmarketplace.ca') {
serverHost = 'https://socialneedsmarketplace.ca'
serverHost = 'https://www.socialneedsmarketplace.ca'
} else if (hostname === 'beta.socialneedsmarketplace.ca') {
serverHost = 'https://beta.socialneedsmarketplace.ca'
} else {
Expand Down

0 comments on commit d92b8f8

Please sign in to comment.