change paas to any admin user in init

This commit is contained in:
Arthur Lu
2024-01-16 22:44:37 +00:00
parent 34f9ff99ee
commit d43520ba95
3 changed files with 19 additions and 12 deletions

View File

@@ -70,7 +70,7 @@ app.post("/ticket", async (req, res) => {
res.status(200).send({ auth: true });
}
else {
res.send({
res.status(403).send({
ok: bindResult.ok,
error: bindResult.error
});