Urgent add carto API key

This commit is contained in:
2026-08-27 21:49:46 +10:00
parent f31f1bc2fc
commit 947f4839ce
4 changed files with 12 additions and 4 deletions
@@ -58,6 +58,7 @@ class HandleInertiaRequests extends Middleware
->whereNull('expires_at')
->orWhere('expires_at', '>', now())
->count(),
'carto_api_key' => config('services.carto.key'),
];
}
}