Skip to content

Commit

Permalink
Merge pull request #41 from Informatievlaanderen/feat/OR-1230_examples
Browse files Browse the repository at this point in the history
feat: or-1230 fix urls of activiteiten
  • Loading branch information
QuintenGreenstack authored Sep 28, 2022
2 parents eaa894c + 5552c75 commit f8647a1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
"Minio_Root_User": "Q3AM3UQ867SPQQA43P2F",
"Minio_Root_Password": "zuf+tfteSlswRu7BJ86wekitnifILbZam1KYY3TG",
"OrganisationRegistryUri": "https://organisation.dev-vlaanderen.be/api/v1/organisation",
"AssociationRegistryUri": "https://association.dev-vlaanderen.be/api/v1/association"
"AssociationRegistryUri": "https://association.dev-vlaanderen.be/api/v1/verenigingen"
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"activiteiten": [
{
"type": "Badminton",
"beheerder": "https://association.dev-vlaanderen.be/api/v1/association/V000010"
"beheerder": "https://association.dev-vlaanderen.be/api/v1/verenigingen/V000010"
},
{
"type": "Tennis",
"beheerder": "https://association.dev-vlaanderen.be/api/v1/association/V000010"
"beheerder": "https://association.dev-vlaanderen.be/api/v1/verenigingen/V000010"
}
],
"rechtsvorm": "Feitelijke vereniging",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"activiteiten": [
{
"type": "Badminton",
"beheerder": "https://association.dev-vlaanderen.be/api/v1/association/V000010"
"beheerder": "https://association.dev-vlaanderen.be/api/v1/verenigingen/V000010"
},
{
"type": "Tennis",
"beheerder": "https://association.dev-vlaanderen.be/api/v1/association/V000010"
"beheerder": "https://association.dev-vlaanderen.be/api/v1/verenigingen/V000010"
}
],
"links": [
Expand Down
2 changes: 1 addition & 1 deletion test/AssociationRegistry.Test/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
"Minio_Root_User": "Q3AM3UQ867SPQQA43P2F",
"Minio_Root_Password": "zuf+tfteSlswRu7BJ86wekitnifILbZam1KYY3TG",
"OrganisationRegistryUri": "https://organisation.dev-vlaanderen.be/api/v1/organisation",
"AssociationRegistryUri": "https://association.dev-vlaanderen.be/api/v1/association"
"AssociationRegistryUri": "https://association.dev-vlaanderen.be/api/v1/verenigingen"
}

0 comments on commit f8647a1

Please sign in to comment.