Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | |
| 2 # for details. All rights reserved. Use of this source code is governed by a | |
| 3 # BSD-style license that can be found in the LICENSE file. | |
| 4 | |
| 5 application: dartlang-api | |
| 6 version: changeme | |
| 7 | |
| 8 runtime: python27 | |
| 9 api_version: 1 | |
| 10 threadsafe: true | |
| 11 | |
| 12 #default_expiration: "2h" | |
| 13 | |
| 14 handlers: | |
| 15 | |
| 16 - url: /.* | |
| 17 script: scripts.redirector.application | |
| OLD | NEW |