Skip to content

Commit

Permalink
Merge pull request #13514 from wso2/revert-13501-rm-openservice-api
Browse files Browse the repository at this point in the history
Revert "Remove Unused Synapse API"
  • Loading branch information
RakhithaRR committed Jul 30, 2024
2 parents 33d1546 + 2d070f7 commit c92533f
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<api xmlns="http://ws.apache.org/ns/synapse" name="_OpenService_" context="/service">
<resource methods="HEAD DELETE POST GET OPTIONS PATCH PUT" url-mapping="/*" faultSequence="_token_fault_">
<inSequence>
<class name="org.wso2.carbon.apimgt.gateway.mediators.BotDetectionMediator"/>
<respond/>
</inSequence>
<outSequence>
<send/>
</outSequence>
</resource>
<handlers>
<handler class="org.wso2.carbon.apimgt.gateway.handlers.common.SynapsePropertiesHandler"/>
</handlers>
</api>

0 comments on commit c92533f

Please sign in to comment.