Skip to content

Commit

Permalink
PLEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaloney111 committed Jun 6, 2024
1 parent c58e1d9 commit 66f6e9c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/express-backend/web.config
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@
</rule>
</rules>
</rewrite>
<httpProtocol>
<customHeaders>
<add name="Access-Control-Allow-Origin" value="*" />
<add name="Access-Control-Allow-Methods" value="GET, PUT, POST, PATCH, DELETE, HEAD" />
<add name="Access-Control-Allow-Headers" value="Origin, X-Requested-With, Content-Type, Accept" />
</customHeaders>
</httpProtocol>
<!-- Add httpErrors errorMode="Detailed" before </system.webServer> closing tag -->
<httpErrors errorMode="Detailed"></httpErrors>
</system.webServer>
Expand Down

0 comments on commit 66f6e9c

Please sign in to comment.