Browse Source

Update Startup.cs

pull/737/head
Rafsanul Hasan 6 years ago
committed by GitHub
parent
commit
8f236f6ed9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 1 deletions
  1. +12
    -1
      src/Web/WebSPA/Startup.cs

+ 12
- 1
src/Web/WebSPA/Startup.cs View File

@ -1,4 +1,15 @@
using eShopOnContainers.WebSPA;
using eShopOnContainers.WebSPA;
using Microsoft.ApplicationInsights.Extensibility;
using Microsoft.ApplicationInsights.ServiceFabric;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.DataProtection;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.HealthChecks;
using Newtonsoft.Json.Serialization;
using StackExchange.Redis;
using System;
using WebSPA.Infrastructure; using WebSPA.Infrastructure;
namespace eShopConContainers.WebSPA namespace eShopConContainers.WebSPA


Loading…
Cancel
Save