change to non-static entrypoint, which klr is looking for
This commit is contained in:
parent
84f4a2d047
commit
a86624d386
|
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue