fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
Showing only changes of commit e115275ed0 - Show all commits

View file

@ -10,7 +10,7 @@
<rule name="NodeInspector" patternSyntax="ECMAScript" stopProcessing="true"> <rule name="NodeInspector" patternSyntax="ECMAScript" stopProcessing="true">
<match url="^server.js\/debug[\/]?" /> <match url="^server.js\/debug[\/]?" />
</rule> </rule>
<!-- First we consider whether the incoming URL matches a physical file in the /public folder --> <!-- First we consider whether the incoming URL matches a physical file in the /public folder. -->
<rule name="StaticContent"> <rule name="StaticContent">
<action type="Rewrite" url="public{REQUEST_URI}"/> <action type="Rewrite" url="public{REQUEST_URI}"/>
</rule> </rule>