WIP user generation revamp

This commit is contained in:
nolash
2021-02-18 10:11:46 +01:00
parent 00643f4cea
commit d3ace4cd65
11 changed files with 719 additions and 50 deletions

View File

@@ -192,6 +192,7 @@ async function processRequest(req, res) {
}
if (content === undefined) {
console.error('empty onctent', data);
res.writeHead(400, {"Content-Type": "text/plain"});
res.end();
return;