fixed some bugs
This commit is contained in:
@@ -12,7 +12,7 @@ namespace Writer
|
||||
public partial class MainForm : Form
|
||||
{
|
||||
private static readonly HttpClient http = new HttpClient();
|
||||
private const string ServerUrl = "http://localhost:5000";
|
||||
private const string ServerUrl = " http://192.168.0.125:5000";
|
||||
|
||||
public MainForm()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user