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

Unified Diff: appengine/cr-buildbucket/main.py

Issue 2005333002: swarmbucket: add get_builders api (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: fix tests Created 4 years, 7 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 | « appengine/cr-buildbucket/api.py ('k') | appengine/cr-buildbucket/swarming/__init__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/cr-buildbucket/main.py
diff --git a/appengine/cr-buildbucket/main.py b/appengine/cr-buildbucket/main.py
index 62413b341e3b59e848c000da6ad8c6b18b620a20..47e67e08c11c5bd3fd8f9db10841bfbcbd8aa655 100644
--- a/appengine/cr-buildbucket/main.py
+++ b/appengine/cr-buildbucket/main.py
@@ -33,7 +33,8 @@ def create_html_app(): # pragma: no cover
def create_endpoints_app(): # pragma: no cover
"""Returns WSGI app that serves cloud endpoints requests."""
- return endpoints.api_server([api.BuildBucketApi, config.ConfigApi])
+ return endpoints.api_server([
+ api.BuildBucketApi, swarming.SwarmbucketApi, config.ConfigApi])
def create_backend_app(): # pragma: no cover
« no previous file with comments | « appengine/cr-buildbucket/api.py ('k') | appengine/cr-buildbucket/swarming/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698