added favicon

This commit is contained in:
2026-02-17 17:48:37 +01:00
parent 58d37b51b7
commit d758bbd62c
17 changed files with 56 additions and 55 deletions

View File

@@ -45,8 +45,7 @@ std::optional<std::string> loginUser(const std::string& username, const std::str
return {};
}
void initLogin(crow::App<CORS>& app)
{
void initLogin(crow::App<crow::CORSHandler>& app){
createUser("lukas", "Trollar4928");