Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 dispatch: | 1 dispatch: |
| 2 # Note: /_ah/push-handler/ cannot be covered by dispatch.yaml because | 2 # Note: /_ah/push-handler/ cannot be covered by dispatch.yaml because |
| 3 # dispatch.yaml cannot handle /_ah/ URLs. We do want pubsub requests going | 3 # dispatch.yaml cannot handle /_ah/ URLs. We do want pubsub requests going |
| 4 # to /_ah/push-handlers/ to go to the pubsub module however for accounting | 4 # to /_ah/push-handlers/ to go to the pubsub module however for accounting |
| 5 # purposes. | 5 # purposes. |
| 6 - url: "*/prpc/*" | 6 - url: "*/prpc/*" |
| 7 service: api | 7 service: api |
| 8 - url: "*/log/*" | |
| 9 service: logs | |
| OLD | NEW |