in the valuesController.cs
public string GetServers()
{
return "asd";
}
public string GetData()
{
return "dasd";
}
but when i call ..api/values/ i am getting "Multiple actions were found that match the request" Error
in the valuesController.cs
public string GetServers()
{
return "asd";
}
public string GetData()
{
return "dasd";
}
but when i call ..api/values/ i am getting "Multiple actions were found that match the request" Error