added favicon
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user