Merge pull request #14536 from abpframework/maliming-patch-1

Update FeaturesController.cs
pull/14543/head
liangshiwei 3 years ago committed by GitHub
commit 1dcd953042
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -28,6 +28,7 @@ public class FeaturesController : AbpControllerBase, IFeatureAppService
return FeatureAppService.UpdateAsync(providerName, providerKey, input);
}
[HttpPost]
public Task ResetToDefaultAsync(string providerName, string providerKey)
{
return FeatureAppService.ResetToDefaultAsync(providerName, providerKey);

Loading…
Cancel
Save