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!132
  • Loading branch information
MargoTuleninova committed Jun 7, 2018
2 parents 889eb8e + 1f3f2de commit 9adc1cf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/api-gateway/env/routes/user.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ group = "user"
active = true
name = "Admin Sign Up"
method = "POST"
roles = ["admin"]
upstream = "http://user-manager:8111"
listen = "/admin/user/sign_up"
strip = false
Expand All @@ -38,6 +39,7 @@ group = "user"
active = true
name = "Admin User Activation"
method = "POST"
roles = ["admin"]
upstream = "http://user-manager:8111"
listen = "/admin/user/activation"
strip = false
Expand All @@ -57,6 +59,7 @@ group = "user"
active = true
name = "Admin Reset Password"
method = "POST"
roles = ["admin"]
upstream = "http://user-manager:8111"
listen = "/admin/password/reset"
strip = false
Expand All @@ -66,6 +69,7 @@ group = "user"
active = true
name = "Admin Set admin"
method = "POST"
roles = ["admin"]
upstream = "http://user-manager:8111"
listen = "/admin/user"
strip = false
Expand Down

0 comments on commit 9adc1cf

Please sign in to comment.