prepare for release
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user