Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.

Commit 9e27e6d

Browse files
committed
Fixed datatable API Datatable route setup
1 parent b8e9f15 commit 9e27e6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Providers/RouteServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ protected function mapApiRoutes()
6868
});
6969

7070
Route::prefix('datatable')
71-
->as('.datatable.')
71+
->as('datatable.')
7272
->namespace('\Datatable')
7373
->group(function () {
7474
collect(glob(base_path('/routes/datatable/*.php')))

0 commit comments

Comments
 (0)