Skip to content

Commit b083be7

Browse files
committed
add cp route to vitals
1 parent d714abf commit b083be7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Http/Controllers/VitalsController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ protected function collectStatamicVitals(): void
7272

7373
$this->vitals['statamic'] = [
7474
'version' => Statamic::version(),
75+
'cp_url' => Statamic::cpRoute('index'),
7576
'latest_version' => Marketplace::statamic()->changelog()->latest()->version,
7677
'pro' => Statamic::pro(),
7778
'antlers_version' => config('statamic.antlers.version'),

0 commit comments

Comments
 (0)