Skip to content

Commit 7609f72

Browse files
committed
fix #53 add a pattern constraint to pathPrefix
1 parent a3b8448 commit 7609f72

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,8 @@
140140
},
141141
"pathPrefix": {
142142
"type": "string",
143-
"description": "Optional prefix for the path to the resource. Only needed when one web server publishes services on behalf of multiple InterSystems servers."
143+
"description": "Optional prefix for the path to the resource, for example '/dev' or '/vm/test'. Only needed when one web server publishes services on behalf of multiple InterSystems servers.",
144+
"pattern": "^(\/[^\/]+)*$"
144145
}
145146
},
146147
"required": [

0 commit comments

Comments
 (0)