Open devpedrocosta opened 5 years ago
Did you setup CORS inside your main.ts? You shouldn't need anything more than the basic CORS setup and you'll be good to go! :+1:
main.ts
More info here in the Docs: https://docs.nestjs.com/techniques/security#cors
Did you setup CORS inside your
main.ts
? You shouldn't need anything more than the basic CORS setup and you'll be good to go! :+1:More info here in the Docs: https://docs.nestjs.com/techniques/security#cors