Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rstropek committed Dec 6, 2016
1 parent 42c961c commit 7c178ac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
21 changes: 0 additions & 21 deletions LICENSE

This file was deleted.

1 change: 1 addition & 0 deletions Shop.WebApi/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ public void Configuration(IAppBuilder app)
// Initialize data store
new DataStoreInitializer().InitializeDataStoreAsync().Wait();

// Add CORS to be able to call Web API from other hosts
app.UseCors(CorsOptions.AllowAll);

// Enable application insights
Expand Down

0 comments on commit 7c178ac

Please sign in to comment.