change to non-static entrypoint, which klr is looking for

This commit is contained in:
Ryan Nowak 2014-01-30 11:22:18 -08:00
parent 84f4a2d047
commit a86624d386
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ using Microsoft.Owin.Hosting;
namespace RoutingSample namespace RoutingSample
{ {
internal static class Program public class Program
{ {
public static void Main(string[] args) public static void Main(string[] args)
{ {