Skip to content

Commit

Permalink
Merge pull request #485 from permitio/ocap-kirk-patch-1
Browse files Browse the repository at this point in the history
fix url of all countries
  • Loading branch information
gemanor authored Jan 10, 2025
2 parents 65a8047 + a49d5c5 commit 905177f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/how-to/manage-data/use-external-data-source.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ This will allow us to use the data in our Rego policies.
{
"url": "https://restcountries.com/v3.1/all",
"url": "https://restcountries.com/v3.1/all?fields=name,region",
"dst_path": "/countries",
Expand Down

0 comments on commit 905177f

Please sign in to comment.