aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config/default/routing/report.yml
blob: dbe2d853c0a9041b3ad2f28c09b25f50d85b45d8 (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+