Fix favicon
This commit is contained in:
@@ -424,7 +424,7 @@ namespace confighttp {
|
||||
void getFaviconImage(resp_https_t response, req_https_t request) {
|
||||
print_req(request);
|
||||
|
||||
std::ifstream in(WEB_DIR "images/sunshine.ico", std::ios::binary);
|
||||
std::ifstream in(WEB_DIR "images/apollo.ico", std::ios::binary);
|
||||
SimpleWeb::CaseInsensitiveMultimap headers {
|
||||
{"Content-Type", "image/x-icon"}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user