fix: redirect html

This commit is contained in:
手瓜一十雪
2024-05-08 21:12:03 +08:00
parent 5b521409c6
commit 6c63990653
2 changed files with 52 additions and 7 deletions

View File

@@ -57,12 +57,12 @@ export const checkHandler: RequestHandler = async (req, res) => {
code: 0,
message: 'success'
});
return;
} catch (e) {
res.json({
code: -1,
message: 'failed'
});
}
return;
};