Skip to content

Commit

Permalink
add leading slash
Browse files Browse the repository at this point in the history
Co-authored-by: Partha Aji <[email protected]>
  • Loading branch information
jeremylenz and parthaa authored Jan 14, 2025
1 parent b4ebf35 commit 2f27fc4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module AdvisorEngine
class AdvisorEngineController < ::Api::V2::BaseController
include ::Api::Version2

api :GET, "advisor_engine/host_details", N_('Fetch Insights-related host details')
api :GET, "/advisor_engine/host_details", N_('Fetch Insights-related host details')
param :host_uuids, Array, required: true, desc: N_('List of host UUIDs')
def host_details
uuids = params.require(:host_uuids)
Expand Down

0 comments on commit 2f27fc4

Please sign in to comment.