Skip to content

Commit

Permalink
Hello
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando Levi Marquardt committed Apr 25, 2018
1 parent 2c7f8cc commit 2160dcb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CityInfo.API/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ public void Configure(IApplicationBuilder app, IHostingEnvironment env)

app.UseMvc();

//app.Run(async (context) =>
//{
// await context.Response.WriteAsync("Hello World!");
//});
app.Run(async (context) =>
{
await context.Response.WriteAsync("Hello World!");
});
}
}
}

0 comments on commit 2160dcb

Please sign in to comment.