Fix Configuration test and remove UserData test
This commit is contained in:
parent
60ff7f412a
commit
f5a55c0323
2 changed files with 10 additions and 6 deletions
|
@ -45,7 +45,7 @@ public class SVGLDController : ControllerBase
|
|||
}
|
||||
|
||||
[HttpPost(Name = nameof(SVGLDLibs.Models.Configuration))]
|
||||
public bool ConfigurationResponseModel(Configuration model)
|
||||
public bool Configuration(Configuration model)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue