prepare for release

This commit is contained in:
2026-02-14 11:30:48 +01:00
parent 8fd76c7e46
commit 61d011063b
16 changed files with 58 additions and 368 deletions

View File

@@ -48,7 +48,7 @@ std::optional<std::string> loginUser(const std::string& username, const std::str
void initLogin(crow::SimpleApp& app)
{
//createUser("lukas", "Trollar4928");
createUser("lukas", "Trollar4928");
CROW_ROUTE(app, "/login").methods("POST"_method)
([](const crow::request& req) {