Skip to content

Commit

Permalink
Merge branch '78-add-path-to-volume-tariffs' into 'develop'
Browse files Browse the repository at this point in the history
Resolve "Add path to volume tariffs"

Closes #78

See merge request ch/api-gateway!130
  • Loading branch information
MargoTuleninova committed Jun 6, 2018
2 parents 34d91f7 + 6a201ad commit 8dc022f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions charts/api-gateway/env/routes/bill.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,16 @@ listen = "/tariffs/namespace"
strip = false
group = "billing-manager"

[routes.volume_tariffs_get]
active = true
name = "Get Volume Tariffs"
method = "GET"
roles = ["*"]
upstream = "http://billing-manager.web.svc:5005"
listen = "/tariffs/volume"
strip = false
group = "billing-manager"

[routes.balance_get]
active = true
name = "Get Balance"
Expand Down

0 comments on commit 8dc022f

Please sign in to comment.