Commit 3fbd655152e030bdc655a6ed330cbae9ee32f250
1 parent
3a805d0a
add Cors
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/Maps/project.json
... | ... | @@ -11,6 +11,7 @@ |
11 | 11 | "version": "1.0.0-preview2-final", |
12 | 12 | "type": "build" |
13 | 13 | }, |
14 | + "Microsoft.AspNetCore.Cors": "1.0.1", | |
14 | 15 | "Microsoft.AspNetCore.Routing": "1.0.1", |
15 | 16 | "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0", |
16 | 17 | "Microsoft.AspNetCore.Server.Kestrel": "1.0.1", | ... | ... |