cleaned the code

This commit is contained in:
2026-01-23 22:19:01 +01:00
parent 8097895361
commit f498328249
8 changed files with 6 additions and 198 deletions

View File

@@ -34,7 +34,7 @@ std::optional<std::string> loginUser(const std::string& username, const std::str
return {};
}
bool initLogin(crow::SimpleApp& app)
void initLogin(crow::SimpleApp& app)
{
// createUser("lukas", "Trollar4928");
@@ -70,7 +70,5 @@ bool initLogin(crow::SimpleApp& app)
res.body = "Logged in";
return res;
});
return true;
}
}