mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-10 17:21:38 -05:00
Allow api_key to be passed in to the visited cities endpoint
This commit is contained in:
parent
e25d6f05e2
commit
33401712e2
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue