dever 6 年 前
コミット
31bcd1757a
1 ファイル変更6 行追加0 行削除
  1. 6 0
      config/route.php

+ 6 - 0
config/route.php

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