File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- phpbb_webpushnotifications_ucp_push_get_notification_controller :
2- path : /push/notification
3- defaults : { _controller: phpbb.wpn.ucp.controller.webpush:notification }
4-
5- phpbb_webpushnotifications_ucp_push_worker_controller :
6- path : /push/worker
7- defaults : { _controller: phpbb.wpn.ucp.controller.webpush:worker }
8-
9- phpbb_webpushnotifications_ucp_push_subscribe_controller :
10- path : /push/subscribe
11- defaults : { _controller: phpbb.wpn.ucp.controller.webpush:subscribe }
12-
13- phpbb_webpushnotifications_ucp_push_unsubscribe_controller :
14- path : /push/unsubscribe
15- defaults : { _controller: phpbb.wpn.ucp.controller.webpush:unsubscribe }
1+ phpbb_ucp_routing :
2+ resource : wpn_ucp.yml
3+ prefix : /user
Original file line number Diff line number Diff line change 1+ phpbb_webpushnotifications_ucp_push_get_notification_controller :
2+ path : /push/notification
3+ defaults : { _controller: phpbb.wpn.ucp.controller.webpush:notification }
4+
5+ phpbb_webpushnotifications_ucp_push_worker_controller :
6+ path : /push/worker
7+ defaults : { _controller: phpbb.wpn.ucp.controller.webpush:worker }
8+
9+ phpbb_webpushnotifications_ucp_push_subscribe_controller :
10+ path : /push/subscribe
11+ defaults : { _controller: phpbb.wpn.ucp.controller.webpush:subscribe }
12+
13+ phpbb_webpushnotifications_ucp_push_unsubscribe_controller :
14+ path : /push/unsubscribe
15+ defaults : { _controller: phpbb.wpn.ucp.controller.webpush:unsubscribe }
You can’t perform that action at this time.
0 commit comments