mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
fix mismatching naming
This commit is contained in:
parent
b553e69a17
commit
22c7b61d3f
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user