Skip to content

Commit

Permalink
Register Nova routes
Browse files Browse the repository at this point in the history
  • Loading branch information
LucWollants committed Jan 16, 2025
1 parent e07f9e5 commit 8e0f4b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Providers/NovaServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ protected function dashboards(): array

public function register(): void
{
parent::register();
Nova::initialPath('/resources/' . Integration::uriKey());
}
}

0 comments on commit 8e0f4b4

Please sign in to comment.