dever vor 6 Jahren
Ursprung
Commit
31bcd1757a
1 geänderte Dateien mit 6 neuen und 0 gelöschten Zeilen
  1. 6 0
      config/route.php

+ 6 - 0
config/route.php

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