Skip to content

Commit

Permalink
minor - revert the Studio debug URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Fitzchak Yitzchaki committed Dec 17, 2013
1 parent 626347c commit 6d7683b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Raven.Studio/Models/ServerModel.cs
Expand Up @@ -5,6 +5,7 @@
using System.Linq;
using System.Net;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Browser;
using Raven.Abstractions.Data;
using Raven.Client;
Expand Down Expand Up @@ -212,8 +213,8 @@ private static string DetermineUri()
if (HtmlPage.Document.DocumentUri.Scheme == "file")
{
if (HtmlPage.Document.DocumentUri.Query.Contains("fiddler"))
return "http://localhost.fiddler:8091";
return "http://localhost:8091";
return "http://localhost.fiddler:8080";
return "http://localhost:8080";
}

var localPath = HtmlPage.Document.DocumentUri.LocalPath;
Expand Down

0 comments on commit 6d7683b

Please sign in to comment.