Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-09 11:52:54 +01:00
tweak route
Dieser Commit ist enthalten in:
Ursprung
f012dc2407
Commit
ca11dacf8e
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
|
@ -27,7 +27,7 @@ export default class SubscriptionService extends Service {
|
|||
}
|
||||
|
||||
retrieveSubscriptionStatus() {
|
||||
ajax("admin/wizards/subscription").then(result => {
|
||||
ajax("/admin/wizards/subscription").then(result => {
|
||||
console.log(result)
|
||||
this.subscribed = result.subscribed;
|
||||
this.subscriptionType = result.subscription_type;
|
||||
|
|
Laden …
In neuem Issue referenzieren