Skip to content

Commit 287ebfb

Browse files
authored
Add GET method to deprovision route
1 parent 7230660 commit 287ebfb

File tree

1 file changed

+1
-1
lines changed
  • src/Surfnet/StepupMiddleware/ApiBundle/Resources/config

1 file changed

+1
-1
lines changed

src/Surfnet/StepupMiddleware/ApiBundle/Resources/config/routing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ deprovision:
4343
defaults:
4444
_controller: Surfnet\StepupMiddleware\ApiBundle\Controller\DeprovisionController::deprovision
4545
_format: json
46-
methods: [ DELETE ]
46+
methods: [ DELETE, GET ]
4747

4848
identity:
4949
path: /identity/{id}

0 commit comments

Comments
 (0)