diff options
author | Azul <azul@leap.se> | 2014-07-14 18:00:14 +0200 |
---|---|---|
committer | Azul <azul@leap.se> | 2014-07-14 18:00:14 +0200 |
commit | bb10a669e1129c662ba01f223bd5a0ee7f2a0344 (patch) | |
tree | 264f44be78d397d81b701940fa0ac4d1eaf9a682 /app/controllers/v1 | |
parent | 2f1ceb63bfef2fa7d92fcbad73a5ead5bd17b23e (diff) |
fix controller refactor and features
Also save debug log on failing features
Diffstat (limited to 'app/controllers/v1')
-rw-r--r-- | app/controllers/v1/configs_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/v1/configs_controller.rb b/app/controllers/v1/configs_controller.rb index 0b2a64a..accdf5a 100644 --- a/app/controllers/v1/configs_controller.rb +++ b/app/controllers/v1/configs_controller.rb @@ -22,7 +22,7 @@ class V1::ConfigsController < ApiController protected def service_paths - Hash[SERVICES.map{|k,v| [k,"/1/configs/#{str}"] } ] + Hash[SERVICES.map{|k,v| [k,"/1/configs/#{v}"] } ] end def sanitize_filename |