-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
I see #78, but this is more of a feature request.
Something as simple as this could be used to mark a route as a form.
server.route({
method: 'POST',
config: {
handler: (req, reply) => {/*...*/},
plugins:{
hal:{
form: true,
},
},
},
})Metadata
Metadata
Assignees
Labels
No labels