Skip to content

Commit

Permalink
Allow api_key to be passed in to the visited cities endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Freika committed Jan 14, 2025
1 parent e25d6f0 commit 3340171
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ def index
private

def required_params
%i[start_at end_at]
%i[start_at end_at api_key]
end
end

0 comments on commit 3340171

Please sign in to comment.