diff --git a/devservices/ingest-router.yaml b/devservices/ingest-router.yaml index 7d2650e..2db2429 100644 --- a/devservices/ingest-router.yaml +++ b/devservices/ingest-router.yaml @@ -28,35 +28,30 @@ ingest_router: routes: - match: - host: localhost path: /api/0/relays/projectconfigs/ method: POST action: handler: relay_project_configs locality: "--monolith--" - match: - host: localhost path: /api/0/relays/live/ method: GET action: handler: health locality: "--monolith--" - match: - host: localhost path: /api/0/relays/register/challenge/ method: POST action: handler: register_challenge locality: "--monolith--" - match: - host: localhost path: /api/0/relays/register/response/ method: POST action: handler: register_response locality: "--monolith--" - match: - host: localhost path: /api/0/relays/publickeys/ method: POST action: diff --git a/devservices/proxy.yaml b/devservices/proxy.yaml index dcf1c4c..649e401 100644 --- a/devservices/proxy.yaml +++ b/devservices/proxy.yaml @@ -23,7 +23,6 @@ proxy: url: http://host.docker.internal:8000 routes: - match: - host: localhost path: /organizations/{organization}/* action: resolver: cell_from_organization