8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77a83b9 commit d7962d8Copy full SHA for d7962d8
appengine/endpoints-frameworks-v2/backend/src/main/java/com/example/echo/Echo.java
@@ -59,7 +59,7 @@ public Message echo(Message message) {
59
* Note that httpMethod is not required here. Without httpMethod, this will default to GET due
60
* to the API method name. httpMethod is added here for example purposes.
61
*/
62
- @ApiMethod(
+ @ApiMethod(
63
httpMethod = ApiMethod.HttpMethod.GET,
64
authenticators = {EspAuthenticator.class},
65
audiences = {"YOUR_OAUTH_CLIENT_ID"},
0 commit comments