route.php 78 B

123456
  1. <?php
  2. return array
  3. (
  4. 'notify/(.*?)' => 'api.notify?account_id=$1',
  5. );