diff --git a/core/bootstrap.rb b/core/bootstrap.rb index 094213a7b..46bc79ab0 100644 --- a/core/bootstrap.rb +++ b/core/bootstrap.rb @@ -12,6 +12,7 @@ end ## @note Include the BeEF router require 'core/main/router/router' require 'core/main/router/api' +require 'core/main/router/error_responses' ## @note Include http server functions for beef