Skip to content

Commit

Permalink
Set allowed methods
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Aug 9, 2023
1 parent 1fc77d3 commit 940a06e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions routing/routes/routes.yaml
@@ -1,15 +1,19 @@
negotiate-enable:
path: /enable
defaults: { _controller: 'SimpleSAML\Module\negotiate\Controller\NegotiateController::enable' }
methods: [GET]

negotiate-disable:
path: /disable
defaults: { _controller: 'SimpleSAML\Module\negotiate\Controller\NegotiateController::disable' }
methods: [GET]

negotiate-retry:
path: /retry
defaults: { _controller: 'SimpleSAML\Module\negotiate\Controller\NegotiateController::retry' }
methods: [GET]

negotiate-fallback:
path: /backend
defaults: { _controller: 'SimpleSAML\Module\negotiate\Controller\NegotiateController::fallback' }
methods: [GET]

0 comments on commit 940a06e

Please sign in to comment.