Skip to content

Commit cf9a109

Browse files
authored
FIX Tighten routing rule for userforms ping action (#1224)
1 parent 60717e5 commit cf9a109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_config/routes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ After: framework/routes#coreroutes
44
---
55
SilverStripe\Control\Director:
66
rules:
7-
UserDefinedFormController//$Action: SilverStripe\UserForms\Control\UserDefinedFormController
7+
UserDefinedFormController//ping: SilverStripe\UserForms\Control\UserDefinedFormController

0 commit comments

Comments
 (0)