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',
+);