Skip to content

Commit

Permalink
Merge pull request #2 from Salgado2004/development
Browse files Browse the repository at this point in the history
ci: webserver configuration
  • Loading branch information
Salgado2004 authored Jun 21, 2024
2 parents ba68aa6 + 2b7560a commit 12339b3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions web.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<configuration>
<system.webServer>
<staticContent>
<mimeMap fileExtension=".json" mimeType="application/json" />
</staticContent>
</system.webServer>
</configuration>

0 comments on commit 12339b3

Please sign in to comment.