Access to fetch at 'https://desolate-headland-48780.herokuapp.com/api/notes' from origin 'https://noteful-beta-bice.vercel.app' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. code example
Example: from origin 'http://localhost:4200' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
@CrossOrigin(origins = "http://localhost:4200")
@GetMapping("/yourPath")