Removed unused code.
This commit is contained in:
parent
18e6994b3d
commit
f6e873e9ea
|
@ -24,7 +24,7 @@
|
||||||
</configSections>
|
</configSections>
|
||||||
<system.serviceModel>
|
<system.serviceModel>
|
||||||
<client>
|
<client>
|
||||||
<endpoint address="http://teamlab/billing/v1.2/Service.svc" binding="basicHttpBinding" contract="ASC.Core.Billing.IService" bindingConfiguration="billing" />
|
<endpoint address="" binding="basicHttpBinding" contract="ASC.Core.Billing.IService" bindingConfiguration="billing" />
|
||||||
</client>
|
</client>
|
||||||
<bindings>
|
<bindings>
|
||||||
<basicHttpBinding>
|
<basicHttpBinding>
|
||||||
|
|
Loading…
Reference in a new issue