Mentions légales du service

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

Add _search in URIRegexChecking

parent e56d5b32
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@
"checks": [
{
"type": "REGEX",
"regex": "^(\\S)+Organization$"
"regex": "^(\\S)+Organization(\\/_search)?$"
}
]
},
......
......@@ -43,7 +43,7 @@
"checks": [
{
"type": "REGEX",
"regex": "^(\\S)+Practitioner$"
"regex": "^(\\S)+Practitioner(\\/_search)?$"
}
]
},
......
......@@ -43,7 +43,7 @@
"checks": [
{
"type": "REGEX",
"regex": "^(\\S)+PractitionerRole$"
"regex": "^(\\S)+PractitionerRole(\\/_search)?$"
}
]
},
......
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