1
0
mirror of https://github.com/bitwarden/server synced 2026-01-04 01:23:25 +00:00

upadte package and move billing to full .net

This commit is contained in:
Kyle Spearrin
2017-03-18 22:26:36 -04:00
parent 188571cad8
commit 1296853983
7 changed files with 52 additions and 22 deletions

View File

@@ -1,6 +1,4 @@
using System;
using System.IO;
using Microsoft.AspNetCore.Builder;
using System.IO;
using Microsoft.AspNetCore.Hosting;
namespace Bit.Billing
@@ -14,7 +12,6 @@ namespace Bit.Billing
.UseContentRoot(Directory.GetCurrentDirectory())
.UseIISIntegration()
.UseStartup<Startup>()
.UseApplicationInsights()
.Build();
host.Run();