Skip to content

Commit

Permalink
fix: route stub
Browse files Browse the repository at this point in the history
  • Loading branch information
jevantang committed Jan 28, 2025
1 parent e44c344 commit e3c72c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/stubs/routes/api.stub
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ use $PLUGIN_NAMESPACE$\$STUDLY_NAME$\Http\Controllers\SettingController;
|
*/

// Route::prefix('$KEBAB_NAME$')->name('$KEBAB_NAME$.')->group([], function() {
// Route::prefix('$KEBAB_NAME$')->name('$KEBAB_NAME$.')->group(function() {
// Route::get('/', [SettingController::class, 'index'])->name('index');

// Route::middleware('auth:api')->get('auth', function (Request $request) {
Expand Down

0 comments on commit e3c72c3

Please sign in to comment.