change paas to any admin user in init
This commit is contained in:
@@ -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
|
||||
});
|
||||
|
Reference in New Issue
Block a user