Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 30d6e9e7 authored by Vincent Hofman's avatar Vincent Hofman
Browse files

Fix a bracket issue

parent 66a4d5ab
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@
"checks": [
{
"type": "REGEX",
"regex": "^(\\S)*\\/(Organization|Practitioner|PractitionerRole)\\/(\\S)+$"
"regex": "^\\S*\\/(Organization|Practitioner|PractitionerRole)\\/\\S+$"
}
]
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment