Commit b90956d
fix echo_api_key (GoogleCloudPlatform#678)
echo_api_key was not implemented correctly (looks like a cut and paste bug).
I discover this when trying to follow the instructions[1] on how to implement cloud endpoints on AppEngine standard.
and the following command failed:
python lib/endpoints/endpointscfg.py get_swagger_spec main.EchoApi --hostname your-service.appspot.com
with:
endpoints.api_exceptions.ApiConfigurationError: POST path "echo" used multiple times, in classes EchoApi and EchoApi
[1] https://cloud.google.com/endpoints/docs/frameworks/python/quickstart-frameworks-python1 parent 0b83984 commit b90956d
1 file changed
+4
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
76 | | - | |
| 75 | + | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
81 | | - | |
| 80 | + | |
82 | 81 | | |
83 | 82 | | |
84 | 83 | | |
| |||
0 commit comments