Bruno Costa

Results 1 issues of Bruno Costa

I need to access my database in a global middleware. How can I do it? I try this way: server.ts class Server extends Restify { constructor() { super(); } public...