Skip to content

Commit

Permalink
Set allowed methods
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Oct 23, 2023
1 parent df150db commit bf47568
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions routing/routes/routes.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
monitor-root:
path: /
defaults: { _controller: 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController::urlRedirectAction', path: /monitor/xhtml, permanent: true }
methods: [GET]

monitor-main:
path: /{format}
defaults: { _controller: 'SimpleSAML\Module\monitor\Controller\MonitorController::main', format: 'xhtml' }
methods: [GET]

0 comments on commit bf47568

Please sign in to comment.