Skip to content

Commit 507ea56

Browse files
committed
Updated routing to make it compatible with the ApiAxle API management tool on builder server
1 parent 4c888f7 commit 507ea56

File tree

1 file changed

+2
-2
lines changed
  • Symfony/src/Codebender/BuilderBundle/Resources/config

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ CodebenderBuilderBundle_status_check:
33
defaults: { _controller: CodebenderBuilderBundle:Default:status }
44

55
CodebenderBuilderBundle_handle_request:
6-
pattern: /{authKey}/{version}
6+
pattern: /{authKey}/{version}/
77
defaults: { _controller: CodebenderBuilderBundle:Default:handleRequest }
88
requirements:
9-
_method: POST
9+
_method: POST

0 commit comments

Comments
 (0)