Skip to content

Commit

Permalink
Merge pull request #897 from tangiel/mgmt-tag-fix
Browse files Browse the repository at this point in the history
fix api_management tag boundary
  • Loading branch information
frankyn committed Oct 26, 2017
2 parents 50371cc + 0bb7eda commit 6f25300
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@
<welcome-file>index.html</welcome-file>
</welcome-file-list>

<!-- [START api_management] -->
<!-- Add a filter that fetches the service config from service management. -->
<filter>
<filter-name>endpoints-api-configuration</filter-name>
<filter-class>com.google.api.control.ServiceManagementConfigFilter</filter-class>
</filter>

<!-- Add a filter that performs Endpoints logging and monitoring. -->
<!-- [START api_management] -->
<filter>
<filter-name>endpoints-api-controller</filter-name>
<filter-class>com.google.api.control.extensions.appengine.GoogleAppEngineControlFilter</filter-class>
Expand Down

0 comments on commit 6f25300

Please sign in to comment.