Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ktopApps

# Conflicts:
#	src/DefaultApp/DefaultApp/DefaultApp.AppMac/Program.cs
#	src/DefaultApp/DefaultApp/DefaultApp.AppMac/packages.config
  • Loading branch information
mythz committed Jun 26, 2017
2 parents f3923d3 + 125ee73 commit 82ac8e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DefaultApp/DefaultApp/DefaultApp.AppMac/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public static class Program

static void Main (string[] args)
{
System.Web.Util.HttpEncoder.Current = System.Web.Util.HttpEncoder.Default;
System.Web.Util.HttpEncoder.Current = System.Web.Util.HttpEncoder.Default;

App = new AppHost();
App.Init().Start("http://*:2337/");
Expand Down

0 comments on commit 82ac8e6

Please sign in to comment.