1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01:00

Corrected url for Stripe Connect auth

no-issue

This was missed in the PR changes requests in Ghost.
This commit is contained in:
Fabien O'Carroll 2020-06-03 15:10:29 +02:00
parent 5d268bfe52
commit 1db5968131

View file

@ -184,6 +184,6 @@ export default Component.extend({
},
get stripeConnectAuthUrl() {
return this.ghostPaths.url.api('members/stripe-connect');
return this.ghostPaths.url.api('members/stripe_connect');
}
});