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

Unified Diff: appengine/swarming/elements/res/imp/common/swarming-app.html

Issue 2366663003: Use non-proxied links (Closed) Base URL: git@github.com:luci/luci-py@manual-add
Patch Set: Created 4 years, 3 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
Index: appengine/swarming/elements/res/imp/common/swarming-app.html
diff --git a/appengine/swarming/elements/res/imp/common/swarming-app.html b/appengine/swarming/elements/res/imp/common/swarming-app.html
index 946aa32d01aa2b9ec97327945fb08eacea505138..8f318bf1b8704862a8afc56ae85279c35966db30 100644
--- a/appengine/swarming/elements/res/imp/common/swarming-app.html
+++ b/appengine/swarming/elements/res/imp/common/swarming-app.html
@@ -192,9 +192,9 @@
},
_load: function() {
- this._getJsonAsync("permissions", "/_ah/api/swarming/v1/server/permissions",
+ this._getJsonAsync("permissions", "/api/swarming/v1/server/permissions",
"_busy1", this.auth_headers);
- this._getJsonAsync("server_version", "/_ah/api/swarming/v1/server/details",
+ this._getJsonAsync("server_version", "/api/swarming/v1/server/details",
"_busy2", this.auth_headers)
},

Powered by Google App Engine
This is Rietveld 408576698