Prolifode / deno_rest

A Boilerplate for deno RESTful apis
MIT License
147 stars 27 forks source link

Remove deno-ignore from routers #42

Closed GamuIsAlreadyTaken closed 2 years ago

GamuIsAlreadyTaken commented 2 years ago

By typing middlewares with oak's RouterMiddleware type we can remove the deno-ignore directives, I think its cleaner and better for new commers.

Sorry if theres something strange or not correct, its my first pull request :)