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

Side by Side Diff: appengine/cmd/logdog_coordinator/register/module-register.yaml

Issue 1970823005: LogDog: Add prefix registration endpoint. (Closed) Base URL: https://github.com/luci/luci-go@logdog-project-archivist-useconfig
Patch Set: Updated patchset dependency 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 unified diff | Download patch
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 module: services 5 module: register
nodir 2016/05/19 16:43:17 I am not sure why you have to have a whole another
dnj (Google) 2016/05/19 22:52:04 Well, currently I have the following modules: "bac
6 runtime: go 6 runtime: go
7 api_version: go1 7 api_version: go1
8 8
9 handlers: 9 handlers:
10 - url: /.* 10 - url: /.*
11 script: _go_app 11 script: _go_app
12 secure: always 12 secure: always
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698