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
Exporting a new helper function for processing requests. It can be used to create custom middleware, or middleware for unsupported routers.
Exporting new Koa middleware.
Upload directory is ensured on every request now. While slightly less efficient, it prevents major errors when if it is deleted while the server is running.