Allow api_key to be passed in to the visited cities endpoint

This commit is contained in:
Eugene Burmakin 2025-01-14 23:33:07 +01:00
parent e25d6f05e2
commit 33401712e2

View file

@ -17,6 +17,6 @@ class Api::V1::Countries::VisitedCitiesController < ApiController
private
def required_params
%i[start_at end_at]
%i[start_at end_at api_key]
end
end