Skip to content

Commit

Permalink
Update URL configuration in server.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Mads Hermansen committed Apr 22, 2024
1 parent 1aa5214 commit 7772ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/config/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ module.exports = ({ env }) => ({
webhooks: {
populateRelations: env.bool('WEBHOOKS_POPULATE_RELATIONS', false),
},
url: 'https://hypso.space'
url: 'https://hypso.space/admin'
});

0 comments on commit 7772ef3

Please sign in to comment.