Skip to content

Commit

Permalink
add cp route to vitals
Browse files Browse the repository at this point in the history
  • Loading branch information
marcorieser committed Jan 30, 2023
1 parent d714abf commit b083be7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Http/Controllers/VitalsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ protected function collectStatamicVitals(): void

$this->vitals['statamic'] = [
'version' => Statamic::version(),
'cp_url' => Statamic::cpRoute('index'),
'latest_version' => Marketplace::statamic()->changelog()->latest()->version,
'pro' => Statamic::pro(),
'antlers_version' => config('statamic.antlers.version'),
Expand Down

0 comments on commit b083be7

Please sign in to comment.