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:
commit
82c6dd9cc9
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ module Fog
|
|||
request(
|
||||
:expects => [200, 203, 300],
|
||||
:method => 'GET',
|
||||
:path => 'servers'
|
||||
:path => 'servers/detail'
|
||||
)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue