feat: create post route for debug #1315
Labels
No Milestone
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#1315
Loading…
Reference in New Issue
No description provided.
Delete Branch "5094-application_post"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
feat: create post route for debugto WIP: feat: create post route for debug@ -0,0 +12,4 @@
});
Self.post = async ctx => {
return ctx.req.body;
He pensat alguna manera de que tornar el ctx.req.body puga tindre alguna vulnerabilitat i no se me ha ocurrit.
Vaig provar a passar alguna funvio pero com loopback teu parseja a JSON si posen algo diferent dona error de parsetjar.
Per ejemple:
{
"test": salixFunction()
}
No funcionaria pq JSON no admitix funcions
WIP: feat: create post route for debugto feat: create post route for debug