File size: 716B
<?xml version="1.0" encoding="utf-8"?>
<routes>
<route route_type="admin" route_prefix="info" controller="xenMade\ACPE\Admin\Controller\Info"/>
<route route_type="admin" route_prefix="soft-deleted" sub_name="posts" format="posts/:int<post_id>/" controller="xenMade\ACPE:SoftDeleted" context="acpe_SoftDeletedPosts" action_prefix="posts"/>
<route route_type="admin" route_prefix="soft-deleted" sub_name="threads" format="threads/:int<thread_id>/" controller="xenMade\ACPE:SoftDeleted" context="acpe_SoftDeletedThreads" action_prefix="threads"/>
<route route_type="admin" route_prefix="who-voted" format=":int<poll_id>/" controller="xenMade\ACPE:WhoVoted" context="acpe_WhoVoted"/>
</routes>