We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42105e0 commit 527ffa2Copy full SHA for 527ffa2
1 file changed
routing/routes/routes.yml
@@ -1,9 +1,15 @@
1
+---
2
+
3
admin-main:
- path: /attributeserver
- defaults: { _controller: 'SimpleSAML\Module\exampleattributeserver\Controller\AttributeServer::main' }
4
- methodz: [GET, POST]
+ path: /attributeserver
5
+ defaults: {
6
+ _controller: 'SimpleSAML\Module\exampleattributeserver\Controller\AttributeServer::main'
7
+ }
8
+ methods: [GET, POST]
9
10
admin-main-legacy:
- path: /attributeserver.php
11
+ path: /attributeserver.php
12
13
14
15
0 commit comments