Browse Source

bundle renaming

pull/6074/head
Ilkay Ilknur 6 years ago
parent
commit
c3cab55724
  1. 2
      framework/src/Volo.Abp.Http.Client.IdentityModel.WebAssembly/Volo/Abp/Http/Client/IdentityModel/WebAssembly/IdentityModelWebAssemblyBundleContributer.cs

2
framework/src/Volo.Abp.Http.Client.IdentityModel.WebAssembly/Volo/Abp/Http/Client/IdentityModel/WebAssembly/IdentityModelWebAssemblyBundleContributer.cs

@ -2,7 +2,7 @@
namespace Volo.Abp.Http.Client.IdentityModel.WebAssembly
{
public class IdentityModelBundleContributer : IBundleContributer
public class IdentityModelWebAssemblyBundleContributer : IBundleContributer
{
public void AddScripts(BundleContext context)
{

Loading…
Cancel
Save