aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config/default/routing/report.yml
blob: c386770e424626d29625977c09c3b1c1e36fec52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
phpbb_report_pm_controller:
    path:             /pm/{id}/report
    methods:          [GET, POST]
    defaults:
        _controller:  phpbb.report.controller:handle
        mode:         'pm'
    requirements:
        id:           \d+

phpbb_report_post_controller:
    path:             /post/{id}/report
    methods:          [GET, POST]
    defaults:
        _controller:  phpbb.report.controller:handle
        mode:         'post'
    requirements:
        id:           \d+