<?xml version="1.0" encoding="utf-8"?>
<location path="." inheritInChildApplications="false">
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModuleV2" resourceType="Unspecified" />
<aspNetCore processPath="dotnet" arguments=".\AxaGeoLocation.WebApi.dll"
stdoutLogFile=".\logs\stdout"
hostingModel="inprocess" />
<remove name="React Routes" />
<rule name="React Routes" enabled="false" stopProcessing="true">
<conditions logicalGrouping="MatchAll">
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
<add input="{REQUEST_URI}" pattern="^/(api)" negate="true" />
<action type="Rewrite" url="index.html" />
<!--ProjectGuid: 8afed3eb-8349-4c2b-ba68-314fa445265c-->