How to use conditional app.use() in nestJS backend?
This is how I’m trying to add helmet
to my nestJS application. Additionally I need to add graphqlUploadExpress
How do I correctly use the usesUpload
condition to use helm
or helm + upload
?