Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 258 Bytes

errata.md

File metadata and controls

6 lines (4 loc) · 258 Bytes

The AccountController also needs to enable CORS.

Steps:

  1. Copy the EnableCorsAttribute line from above the class declaration of the ProductsController.
  2. Paste the EnableCorsAttribute line above the class declaration for the AccountController.