1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-02-26 09:57:23 +03:00
Signed-off-by: Jorge Lobo <jlobo@opennebula.systems>
This commit is contained in:
Jorge Lobo 2019-11-26 11:37:35 +01:00 committed by Tino Vázquez
parent 23570ce0ef
commit 38654b5e24

View File

@ -298,10 +298,10 @@ get '/support/check/version' do
$conf[:one_last_version] = git_version
$conf[:one_version_time] = Time.now.to_i
end
return returnRoute($conf[:one_last_version])
return return_route($conf[:one_last_version])
end
end
return returnRoute(0, 400)
return return_route(0, 400)
end
post '/support/request/:id/action' do