Chromium Code Reviews| Index: milo/frontend/dispatch.yaml |
| diff --git a/milo/frontend/dispatch.yaml b/milo/frontend/dispatch.yaml |
| deleted file mode 100644 |
| index 66bec014c91cdd88d01c027bdf0654d5bc3cd72d..0000000000000000000000000000000000000000 |
| --- a/milo/frontend/dispatch.yaml |
| +++ /dev/null |
| @@ -1,9 +0,0 @@ |
| -dispatch: |
| -# Note: /_ah/push-handler/ cannot be covered by dispatch.yaml because |
| -# dispatch.yaml cannot handle /_ah/ URLs. We do want pubsub requests going |
| -# to /_ah/push-handlers/ to go to the pubsub module however for accounting |
| -# purposes. |
| - - url: "*/prpc/*" |
| - service: api |
| - - url: "*/log/*" |
| - service: logs |