dever 5 years ago
parent
commit
31bcd1757a
1 changed files with 6 additions and 0 deletions
  1. 6 0
      config/route.php

+ 6 - 0
config/route.php

@@ -0,0 +1,6 @@
+<?php
+
+return array
+(
+	'notify/(.*?)' => 'api.notify?account_id=$1',
+);