Skip to content

Commit

Permalink
Add URL configuration for admin panel 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 0e7fe53 commit ca2e81c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/config/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ module.exports = ({ env }) => ({
webhooks: {
populateRelations: env.bool('WEBHOOKS_POPULATE_RELATIONS', false),
},
url: 'https://hypso.space/admin'
});

0 comments on commit ca2e81c

Please sign in to comment.