fix mismatching naming

This commit is contained in:
SrGooglo 2023-05-17 16:51:40 +00:00
parent b553e69a17
commit 22c7b61d3f

View File

@ -6,7 +6,7 @@ export default {
method: "POST",
route: "/validate",
fn: async (req, res) => {
const token = req.body.session
const token = req.body.token
let result = {
expired: false,