Skip to content
Snippets Groups Projects
Commit fe52ce9e authored by Stephane LOUIS DIT PICARD's avatar Stephane LOUIS DIT PICARD
Browse files

fix: getreloc always send an empty list as response (bad class provided to binder provider)

parent 03701b54
No related branches found
No related tags found
2 merge requests!13Adapt the API to new reloc info request.,!12Adapt the API to new reloc info request.
......@@ -180,7 +180,7 @@ namespace ETSI.ARF.OpenAPI.WorldStorage
services
.AddControllers(options =>
{
options.ModelBinderProviders.Insert(0, new FromJsonBinderProviderT<RelocObject>());
options.ModelBinderProviders.Insert(0, new FromJsonBinderProviderT<UuidAndMode>());
options.ModelBinderProviders.Insert(0, new FromJsonBinderProviderT<Capability>());
});
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment