You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I discovered koa-joi-controllers a few weeks ago and I'm absolutely in love with it!
I'm currently building the backend for a local startup and came across the following problem:
I have one route (/api/projects/:id) with multiple methods (PUT, DELETE, GET, ...) and was wondering if there is any option to add a @Pre (for example to check json web tokens) to a @Params?
Thanks a lot!
The text was updated successfully, but these errors were encountered:
Hey!
I discovered koa-joi-controllers a few weeks ago and I'm absolutely in love with it!
I'm currently building the backend for a local startup and came across the following problem:
I have one route (
/api/projects/:id
) with multiple methods (PUT, DELETE, GET, ...) and was wondering if there is any option to add a@Pre
(for example to check json web tokens) to a@Params
?Thanks a lot!
The text was updated successfully, but these errors were encountered: