Skip to content

Commit 4251435

Browse files
committed
fix start url
1 parent d36fd29 commit 4251435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Server/MainWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public partial class MainWindow : Window
1414
#if DEBUG
1515
public string SourceUrl { get; set; } = "http://localhost:5173/";
1616
#else
17-
public string SourceUrl { get; set; } = "https://localhost:61983/";
17+
public string SourceUrl { get; set; } = "http://localhost:61983/";
1818
#endif
1919

2020
public MainWindow()

0 commit comments

Comments
 (0)