Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions devservices/ingest-router.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion devservices/proxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ proxy:
url: http://host.docker.internal:8000
routes:
- match:
host: localhost
path: /organizations/{organization}/*
action:
resolver: cell_from_organization
Expand Down
Loading