diff --git a/core/http/web_node.h b/core/http/web_node.h index 9385060..5cae2d4 100644 --- a/core/http/web_node.h +++ b/core/http/web_node.h @@ -29,8 +29,8 @@ public: Settings *get_settings(); void set_settings(Settings *settings); - bool get_routing_enabled(); - void set_routing_enabled(const bool value); + virtual bool get_routing_enabled(); + virtual void set_routing_enabled(const bool value); #ifdef DATABASES_ENABLED Database *get_database();