Skip to content

Commit 6a201ad

Browse files
add-path-to-volume-tariffs
1 parent 34d91f7 commit 6a201ad

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

charts/api-gateway/env/routes/bill.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,16 @@ listen = "/tariffs/namespace"
4848
strip = false
4949
group = "billing-manager"
5050

51+
[routes.volume_tariffs_get]
52+
active = true
53+
name = "Get Volume Tariffs"
54+
method = "GET"
55+
roles = ["*"]
56+
upstream = "http://billing-manager.web.svc:5005"
57+
listen = "/tariffs/volume"
58+
strip = false
59+
group = "billing-manager"
60+
5161
[routes.balance_get]
5262
active = true
5363
name = "Get Balance"

0 commit comments

Comments
 (0)