dever hace 6 años
padre
commit
31bcd1757a
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      config/route.php

+ 6 - 0
config/route.php

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