Skip to content

Commit

Permalink
Update admin URL configuration in backend/config/admin.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Mads Hermansen committed Apr 22, 2024
1 parent da04b96 commit adbde96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/config/admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ module.exports = ({ env }) => ({
nps: env.bool('FLAG_NPS', true),
promoteEE: env.bool('FLAG_PROMOTE_EE', true),
},
url: "https://hypso.space/admin"
});

0 comments on commit adbde96

Please sign in to comment.