Skip to content

Commit

Permalink
moved to old endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
jadilet committed Oct 4, 2018
1 parent 587a60e commit 602713f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/vagrant-subutai/configs/configs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ module SubutaiConsoleAPI

module V1
TOKEN = '/rest/v1/identity/gettoken'.freeze
DE_REGISTER_HUB = '/rest/v1/bazaar/unregister?sptoken='.freeze
REGISTER_HUB = '/rest/v1/bazaar/register?sptoken='.freeze
DE_REGISTER_HUB = '/rest/v1/hub/unregister?sptoken='.freeze
REGISTER_HUB = '/rest/v1/hub/register?sptoken='.freeze
APPROVE = '/rest/v1/registration/requests'.freeze
FINGERPRINT = '/rest/v1/security/keyman/getpublickeyfingerprint'.freeze
REQUESTS = '/rest/v1/registration/requests?sptoken='.freeze
Expand Down

0 comments on commit 602713f

Please sign in to comment.