lib/neeto_deploy/cli/exec/constants.rb in neetodeploy-1.1.0 vs lib/neeto_deploy/cli/exec/constants.rb in neetodeploy-1.1.1
- old
+ new
@@ -2,13 +2,13 @@
module NeetoDeploy
class CLI
module Exec
module Constants
- NEETO_DEPLOY_CLI_API_CONSOLE_SESSION_CREATE_URL = "#{NEETO_DEPLOY_CLI_API_BASE_URL}/console_sessions".freeze
+ NEETO_DEPLOY_CLI_API_CONSOLE_SESSION_BASE_URL = "#{NEETO_DEPLOY_CLI_API_BASE_URL}/console_sessions".freeze
- def console_session_create_url
- NEETO_DEPLOY_CLI_API_CONSOLE_SESSION_CREATE_URL
+ def console_session_base_url
+ NEETO_DEPLOY_CLI_API_CONSOLE_SESSION_BASE_URL
end
end
end
end
end