fixed endpoint addresses

This commit is contained in:
2024-04-03 12:58:49 +02:00
parent a32958eb1f
commit c4412d5de6
3 changed files with 6 additions and 6 deletions

View File

@@ -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");
}
}
}