Skip to content

Commit

Permalink
Format dmitrakovich code
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrakovich authored and github-actions[bot] committed Jan 14, 2025
1 parent 2253d4d commit 6c271fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/api.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@

Route::get('app-init', [AppController::class, 'init']);
Route::get('catalog/{path?}', [TemporaryController::class, 'catalog'])->where('path', '[a-zA-Z0-9/_-]+');
Route::get('product/{product:slug}', [ProductController::class, 'show'])->withTrashed()->name('product.show'); //! test
Route::get('product/{product:slug}', [ProductController::class, 'show'])->withTrashed()->name('product.show'); // ! test

0 comments on commit 6c271fd

Please sign in to comment.