Fix Forntend build issues 6

This commit is contained in:
2026-01-24 09:27:51 +01:00
parent 28a2b48f09
commit c82e1824a0
3 changed files with 4 additions and 3 deletions

View File

@@ -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