Skip to content

Commit

Permalink
fix api names
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafaznv authored Jun 17, 2023
1 parent f4129a3 commit b7748f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/api.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Route::as('nova-laracache.')->middleware('nova')->group(function () {
Route::get('stats', StatsController::class)->name('stats');
Route::get('list', ListController::class)->name('stats');
Route::get('list', ListController::class)->name('list');

Route::prefix('entity')->name('entity.')->group(function () {
Route::get('show', [EntityController::class, 'show'])->name('show');
Expand Down

0 comments on commit b7748f7

Please sign in to comment.