plugged in proxy and still working..not seeing weird error from earlier

This commit is contained in:
Tom Gardham-Pallister 2016-07-10 15:54:03 +01:00
parent 4ca1dc8846
commit 5b417ad466

View File

@ -4,6 +4,7 @@ using Microsoft.AspNetCore.Http;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
using Ocelot.Library.Middleware;
namespace Ocelot
{
@ -35,6 +36,8 @@ namespace Ocelot
loggerFactory.AddDebug();
app.UseProxy();
app.Run(async context =>
{
await context.Response.WriteAsync("Hello from Tom");