name('Export'); $this->handler(ExportController::class); $this->endpoint(ApiEndpoint::get('/documentation.json', 'documentation')); $this->endpoint(ApiEndpoint::get('/postman.json', 'postman')); } }