We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d36fd29 commit 4251435Copy full SHA for 4251435
Server/MainWindow.xaml.cs
@@ -14,7 +14,7 @@ public partial class MainWindow : Window
14
#if DEBUG
15
public string SourceUrl { get; set; } = "http://localhost:5173/";
16
#else
17
- public string SourceUrl { get; set; } = "https://localhost:61983/";
+ public string SourceUrl { get; set; } = "http://localhost:61983/";
18
#endif
19
20
public MainWindow()
0 commit comments