Skip to content

Commit

Permalink
chore: remove kirby- prefix from plugin name
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Jan 5, 2023
1 parent d1c48b4 commit 6bdb700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
'KirbyHeadless\\Api\\Middlewares' => 'src/classes/Middlewares.php'
], __DIR__);

\Kirby\Cms\App::plugin('johannschopplich/kirby-headless', [
\Kirby\Cms\App::plugin('johannschopplich/headless', [
'hooks' => [
// Explicitly register catch-all routes only when Kirby and all plugins
// have been loaded to ensure no other routes are overwritten
Expand Down

0 comments on commit 6bdb700

Please sign in to comment.