add api linksehat/dashboard

This commit is contained in:
Muhammad Fajar
2022-10-25 18:13:02 +07:00
parent b0d74c222e
commit d0ce5772c2
6 changed files with 143 additions and 6 deletions

View File

@@ -62,6 +62,7 @@ class RouteServiceProvider extends ServiceProvider
protected function mapApiRoutes()
{
Route::middleware('api')
->prefix('api')
->namespace($this->moduleNamespace)
->group(module_path('Linksehat', '/Routes/api.php'));
}