Fix Configuration test and remove UserData test

This commit is contained in:
Eric NGUYEN 2022-10-19 14:26:14 +02:00
parent 60ff7f412a
commit f5a55c0323
2 changed files with 10 additions and 6 deletions

View file

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