Skip to content

Commit f70b9fa

Browse files
committed
Fix routes
1 parent c271d38 commit f70b9fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

routing/routes/routes.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
consentadmin-main:
22
path: /
3-
defaults: { _controller: 'SimpleSAML\Module\consentadmin\Controller\ConsentAdmin::main' }
3+
defaults: { _controller: 'SimpleSAML\Module\consentAdmin\Controller\ConsentAdmin::main' }
44
methods: [GET]
55

66
consentadmin-logout:
77
path: /logout
8-
defaults: { _controller: 'SimpleSAML\Module\consentadmin\Controller\ConsentAdmin::logout' }
8+
defaults: { _controller: 'SimpleSAML\Module\consentAdmin\Controller\ConsentAdmin::logout' }
99
methods: [GET]

0 commit comments

Comments
 (0)