mapApiRoutes(); } /** * Define the "api" routes for the application. * * These routes are typically stateless. */ protected function mapApiRoutes(): void { Route::middleware('api')->group(module_path($this->name, '/Routes/api.php')); } }