Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2249)

Unified Diff: appengine/isolate/handlers_endpoints_v1.py

Issue 2989373002: Modify isolate proto to have UI key (Closed)
Patch Set: Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | appengine/isolate/handlers_frontend.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/isolate/handlers_endpoints_v1.py
diff --git a/appengine/isolate/handlers_endpoints_v1.py b/appengine/isolate/handlers_endpoints_v1.py
index 20a409afd405ce3936b998f49482693671aa8444..251821ce736272d9854b19083a43fdb577313db2 100644
--- a/appengine/isolate/handlers_endpoints_v1.py
+++ b/appengine/isolate/handlers_endpoints_v1.py
@@ -318,7 +318,8 @@ class IsolateService(remote.Service):
# TODO(kjlubick): Rework these APIs, the http_method part seems to break
# API explorer.
- @auth.endpoints_method(message_types.VoidMessage, ServerDetails,
+ @auth.endpoints_method(
+ message_types.VoidMessage, ServerDetails,
http_method='GET')
@auth.require(acl.isolate_readable)
def server_details(self, _request):
« no previous file with comments | « no previous file | appengine/isolate/handlers_frontend.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698