This is an automated email from the ASF dual-hosted git repository. angeh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/fineract-cn-docker-compose.git
commit c3cd6a25618059165727b89742f0961b66f97517 Author: Juhan Aasaru <[email protected]> AuthorDate: Wed Oct 2 14:54:02 2019 +0300 fix typos in Postman scripts --- .../Fineract-Cn-Initial-Requests.postman_collection.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/postman_scripts/Fineract-Cn-Initial-Requests.postman_collection.json b/postman_scripts/Fineract-Cn-Initial-Requests.postman_collection.json index ef7e4af..dc1de37 100644 --- a/postman_scripts/Fineract-Cn-Initial-Requests.postman_collection.json +++ b/postman_scripts/Fineract-Cn-Initial-Requests.postman_collection.json @@ -490,7 +490,7 @@ "raw": "[\n\t{\n\t\t\"name\": \"identity-v1\"\n\t}\n]" }, "url": { - "raw": "http://{{provisionerUrl}}/provisioner/v1/tenants/s{{tenantIdentifier}}/applications", + "raw": "http://{{provisionerUrl}}/provisioner/v1/tenants/{{tenantIdentifier}}/applications", "protocol": "http", "host": [ "{{provisionerUrl}}" @@ -499,7 +499,7 @@ "provisioner", "v1", "tenants", - "s{{tenantIdentifier}}", + "{{tenantIdentifier}}", "applications" ] } @@ -543,7 +543,7 @@ ], "body": { "mode": "raw", - "raw": "{\n\t\"name\": \"rhythm-v1\",\n\t\"description\": \"Customer Service\",\n\t\"vendor\": \"Apache Fineract\",\n\t\"homepage\": \"http://rhythym-ms:2022/rhythm/v1\"\n}", + "raw": "{\n\t\"name\": \"rhythm-v1\",\n\t\"description\": \"Customer Service\",\n\t\"vendor\": \"Apache Fineract\",\n\t\"homepage\": \"http://rhythm-ms:2022/rhythm/v1\"\n}", "options": { "raw": { "language": "json" @@ -3743,4 +3743,4 @@ } ], "protocolProfileBehavior": {} -} \ No newline at end of file +}
