mirror of
https://github.com/FJurmanovic/wallet-web.git
synced 2026-02-06 06:08:10 +00:00
layout fixes for edit
This commit is contained in:
@@ -6,7 +6,7 @@ class SubscriptionService extends BaseService {
|
||||
}
|
||||
|
||||
endSubscription = (id) => {
|
||||
return this.appService.put(this.endpoint + `/end/${id || ''}`, null, null);
|
||||
return this.appService.post(this.endpoint + `/end`, {id}, null);
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user