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

Unified Diff: appengine/chrome_infra_packages/main.py

Issue 816433004: cipd: registerPackage method implementation. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: remove metadata Created 5 years, 12 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/chrome_infra_packages/main.py
diff --git a/appengine/chrome_infra_packages/main.py b/appengine/chrome_infra_packages/main.py
index 2ffa6bdbff14494c8a11fdcc971fa604ee307fdc..0af741e40a37bbfb813f04968b15739eadd32161 100644
--- a/appengine/chrome_infra_packages/main.py
+++ b/appengine/chrome_infra_packages/main.py
@@ -20,6 +20,7 @@ from components import utils
import admin
import cas
+import cipd
class MainHandler(webapp2.RequestHandler):
@@ -32,6 +33,7 @@ def create_endpoints_app():
apis = [
admin.AdminApi,
cas.CASServiceApi,
+ cipd.PackageRepositoryApi,
]
return endpoints.api_server(apis, restricted=not utils.is_local_dev_server())

Powered by Google App Engine
This is Rietveld 408576698