From a2de71c151e8f0f354bae9aa8ce03f4fb374d6f7 Mon Sep 17 00:00:00 2001 From: Grant Burgess Date: Fri, 10 Jan 2020 14:44:51 +1000 Subject: [PATCH] Added router/error_responses --- core/bootstrap.rb | 1 + 1 file changed, 1 insertion(+) 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