@@ -19,7 +19,7 @@ |
||
19 | 19 | '/^(api\/v1\/test)\/(redis)$/', // 1st group match controller 2nd match action |
20 | 20 | '/^(api\/v1\/restful)$/', // 1st group match controller with default action |
21 | 21 | '/^(api\/v1\/restful)\/(\d+)$/', // 1st group match controller then slug_id |
22 | - /* '/^(api\/v1\/restful)(\?.*)/', // 3rd group match ?a=1&b=2 |
|
22 | + /* '/^(api\/v1\/restful)(\?.*)/', // 3rd group match ?a=1&b=2 |
|
23 | 23 | '/^(api\/v1\/restful)\/(.*?)(\?.*)/', // 3rd group match ?a=1&b=2 |
24 | 24 | '/^(api\/v1\/restful)\/(.*?)(\/.*)/', // 3rd group match /a/1/b/2 |
25 | 25 | '/^(api\/v1\/restful)\/(.*)$/', // 1st group match controller 2nd match action*/ |