Skip to content

Commit

Permalink
Update URL configuration in server.js to use new API URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Mads Hermansen committed Apr 22, 2024
1 parent 6d4c81b commit b0cdcdf
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/api/"
url: "https://hypso.space/strapi/"
});

0 comments on commit b0cdcdf

Please sign in to comment.