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
But if I use with restify-router, I get this wrong
Argument of type 'RequestHandler' is not assignable to parameter of type 'RequestHandlerType'.
Type 'RequestHandler' is not assignable to type 'RequestHandler'.
Types of parameters 'req' and 'req' are incompatible.
Type 'Request' is missing the following properties from type 'Request<ParamsDictionary, any, any>': get, acceptsCharsets, acceptsEncodings, acceptsLanguages, and 20 more.ts(2345)
Is possible to do upload with restify-router?
The text was updated successfully, but these errors were encountered:
When I use with only restify
I use:
But if I use with restify-router, I get this wrong
Is possible to do upload with restify-router?
The text was updated successfully, but these errors were encountered: