fixed endpoint address
This commit is contained in:
@@ -42,7 +42,7 @@ namespace WD7UVN_SzTGUI_2023242.Client.WPF.ViewModels
|
|||||||
{
|
{
|
||||||
if (!IsInDesignMode)
|
if (!IsInDesignMode)
|
||||||
{
|
{
|
||||||
Employees = new RestCollection<Employee>("http://localhost:5000/", "api/GetSubordinates/" + e.ID.ToString(), "hub");
|
Employees = new RestCollection<Employee>("http://localhost:5000/", "api/GetSubordinates?id=" + e.ID.ToString(), "hub");
|
||||||
|
|
||||||
UpdateEmployeeCommand = new RelayCommand(() =>
|
UpdateEmployeeCommand = new RelayCommand(() =>
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user