nemanjahifolks

Results 1 comments of nemanjahifolks

This is not an elegant solution because now in every api route file I need to export this: ```ts export default handler.handler(); ``` instead of nicer: ```ts export default handler;...