Skip to content

Commit

Permalink
names adjusts
Browse files Browse the repository at this point in the history
  • Loading branch information
marceloarocha committed Jan 23, 2025
1 parent 9ed611e commit 0faad4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/names.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ def _get_token(config):

return token

response = requests.post(url=token_url, data=params)
response = requests.post(url=token_url, data=params, verify=False)

if response.status_code != status.HTTP_200_OK:
raise ValidationError(
Expand Down

0 comments on commit 0faad4c

Please sign in to comment.