1
This commit is contained in:
parent
f24807cd68
commit
a302e875a0
@ -57,7 +57,8 @@ async function internalPost(session, postData) {
|
||||
}
|
||||
|
||||
async function get(session) {
|
||||
const postData = session.request('__POST');
|
||||
const params = utils.jsonDecode(session.request('params'));
|
||||
const postData = utils.getVal(params, '__POST', '');
|
||||
if (postData) {
|
||||
await internalPost(session, postData);
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user