dever 6 năm trước cách đây
mục cha
commit
31bcd1757a
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      config/route.php

+ 6 - 0
config/route.php

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