We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb88ef2 commit 7c414c2Copy full SHA for 7c414c2
Symfony/src/Codebender/ApiBundle/Resources/config/routing.yml
@@ -3,7 +3,7 @@ CodebenderApiBundle_status_check:
3
defaults: { _controller: CodebenderApiBundle:Default:status }
4
5
CodebenderApiBundle_compile:
6
- pattern: /{auth_key}/{version}
+ pattern: /{auth_key}/{version}/compile
7
defaults: { _controller: CodebenderApiBundle:Default:compile }
8
requirements:
9
_method: POST
0 commit comments