Fix issues 7
This commit is contained in:
@@ -37,7 +37,7 @@ const CACHE_DURATION = 5 * 60 * 1000; // 5 minutes
|
||||
|
||||
export class SubscriptionService {
|
||||
private readonly baseUrl = '/tenants';
|
||||
private readonly plansUrl = '/plans';
|
||||
private readonly plansUrl = '/plans/';
|
||||
|
||||
// ============================================================================
|
||||
// NEW METHODS - Centralized Plans API
|
||||
|
||||
Reference in New Issue
Block a user