Skip to content

Commit 7c414c2

Browse files
committed
Changed routing in order to make it work with apiaxle.
1 parent cb88ef2 commit 7c414c2

File tree

1 file changed

+1
-1
lines changed
  • Symfony/src/Codebender/ApiBundle/Resources/config

1 file changed

+1
-1
lines changed

Symfony/src/Codebender/ApiBundle/Resources/config/routing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ CodebenderApiBundle_status_check:
33
defaults: { _controller: CodebenderApiBundle:Default:status }
44

55
CodebenderApiBundle_compile:
6-
pattern: /{auth_key}/{version}
6+
pattern: /{auth_key}/{version}/compile
77
defaults: { _controller: CodebenderApiBundle:Default:compile }
88
requirements:
99
_method: POST

0 commit comments

Comments
 (0)