1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

Merge pull request #1222 from juliohr/master

Changed the list server request to get details
This commit is contained in:
Brad Gignac 2012-11-01 08:41:04 -07:00
commit 82c6dd9cc9

View file

@ -6,7 +6,7 @@ module Fog
request(
:expects => [200, 203, 300],
:method => 'GET',
:path => 'servers'
:path => 'servers/detail'
)
end
end