sebastiendan / nestjs-api-gateway

⚡️NestJS API Gateway recipe with JWT authentication, multi-node Web Sockets messaging and microservice example
70 stars 19 forks source link

File Server Retrieving Files from @Payload #2

Open dev-whoan opened 1 year ago

dev-whoan commented 1 year ago

Hello, thank you for sharing kind of great example.

I have a question about file server.

As send files to File Server from API Gateway, how file server can handle the files from payload?

According to File server will receive file with payload not http request, it cannot use the file interceptor..

I don't know how to handle it...

Thanks.