Merge pull request 'feat: add console.log' (!1340) from post_add_consoleLog into test
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
Reviewed-on: #1340 Reviewed-by: Joan Sanchez <joan@verdnatura.es>
This commit is contained in:
commit
0997f8cd27
|
@ -12,6 +12,7 @@ module.exports = Self => {
|
|||
});
|
||||
|
||||
Self.post = async ctx => {
|
||||
console.log(ctx.req.body);
|
||||
return ctx.req.body;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue