Skip to content

Commit

Permalink
Alteração de porta .
Browse files Browse the repository at this point in the history
  • Loading branch information
govinda777 committed Sep 4, 2017
1 parent 548e1da commit 04ac353
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
1 change: 1 addition & 0 deletions WebApi/SyonOnline.WebApi/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ public static void Main(string[] args)
.UseIISIntegration()
.UseStartup<Startup>()
.UseApplicationInsights()
.UseUrls("http://localhost:8080")
.Build();

host.Run();
Expand Down
7 changes: 0 additions & 7 deletions WebApi/SyonOnline.WebApi/SyonOnline.WebApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,6 @@
<UserSecretsId>aspnet-SyonOnline.WebApi-15f0622a-03f5-498f-8850-aa9af0ebbee2</UserSecretsId>
</PropertyGroup>

<ItemGroup>
<Content Include="wwwroot\css\mocha.css" />
<Content Include="wwwroot\js\async.js" />
<Content Include="wwwroot\js\chai.js" />
<Content Include="wwwroot\js\mocha.js" />
<Content Include="wwwroot\js\test\adqTest.js" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.0.0" />
<PackageReference Include="Microsoft.AspNetCore" Version="1.1.2" />
Expand Down

0 comments on commit 04ac353

Please sign in to comment.