mirror of
https://github.com/hoytech/strfry.git
synced 2025-06-19 17:37:43 +00:00
wip
This commit is contained in:
@ -290,6 +290,9 @@ HTTPResponse WebServer::generateReadResponse(lmdb::txn &txn, Decompressor &decom
|
||||
rawBody = std::string(oddbeanStatic__oddbean_svg());
|
||||
contentType = "image/svg+xml";
|
||||
}
|
||||
} else if (u.path[0] == "favicon.ico") {
|
||||
rawBody = std::string(oddbeanStatic__favicon_ico());
|
||||
contentType = "image/x-icon";
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user