Skip to content

Commit ebd5cb4

Browse files
committed
Update PressServiceProvider.php
1 parent 8c8db0d commit ebd5cb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PressServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public function configurePackage(Package $package): void
2020
->hasConfigFile()
2121
->hasViews()
2222
->hasTranslations()
23-
->hasRoutes(['web', 'api'])
23+
->hasRoutes(['api', 'web'])
2424
->hasCommands(InstallCommand::class, UpdateWordPressURL::class);
2525
}
2626

0 commit comments

Comments
 (0)