feat: add console.log
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
71167ffa1f
commit
f0827c992b
|
@ -12,6 +12,7 @@ module.exports = Self => {
|
||||||
});
|
});
|
||||||
|
|
||||||
Self.post = async ctx => {
|
Self.post = async ctx => {
|
||||||
|
console.log(ctx.req.body);
|
||||||
return ctx.req.body;
|
return ctx.req.body;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue