This commit is contained in:
Scott E. Graves 2024-12-19 11:11:47 -06:00
parent e6ad15889e
commit 146d301002

View File

@ -96,7 +96,9 @@ protected:
return api_item_added_; return api_item_added_;
} }
[[nodiscard]] auto get_comm() const -> i_http_comm & { return comm_; } [[nodiscard]] auto get_comm() -> i_http_comm & { return comm_; }
[[nodiscard]] auto get_comm() const -> const i_http_comm & { return comm_; }
[[nodiscard]] auto get_config() -> app_config & { return config_; } [[nodiscard]] auto get_config() -> app_config & { return config_; }