Browse Source

Merge pull request #2 from Pantalones411/Pantalones411-patch-2

Update web.config
pull/1632/head
Pantalones411 3 years ago
committed by GitHub
parent
commit
729f9efd48
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/Services/Basket/Basket.API/web.config

+ 2
- 1
src/Services/Basket/Basket.API/web.config View File

@ -2,6 +2,7 @@
<configuration> <configuration>
<!-- <!--
Configure your application settings in appsettings.json. Learn more at http://go.microsoft.com/fwlink/?LinkId=786380 Configure your application settings in appsettings.json. Learn more at http://go.microsoft.com/fwlink/?LinkId=786380
:)
--> -->
<system.webServer> <system.webServer>
<handlers> <handlers>
@ -14,4 +15,4 @@
</environmentVariables> </environmentVariables>
</aspNetCore> </aspNetCore>
</system.webServer> </system.webServer>
</configuration>
</configuration>

Loading…
Cancel
Save