Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 91ceab1

Browse files
committed
Fix Symfony 3 support
1 parent 29beef4 commit 91ceab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/config/routing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
_cmf_resource:
2-
pattern: /api/{repositoryName}/{path}
2+
path: /api/{repositoryName}/{path}
33
requirements:
44
path: .*
55
defaults:

0 commit comments

Comments
 (0)