fixed endpoint addresses
This commit is contained in:
@@ -14,7 +14,7 @@ namespace WD7UVN_SzTGUI_2023242.Client.WPF
|
||||
{
|
||||
InitializeComponent();
|
||||
|
||||
Services = new RestCollection<Service>("https://localhost:5001", "Service", "hub");
|
||||
Services = new RestCollection<Service>("http://localhost:5000/", "api/Service");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user