|
|
;profile
|
|
|
product.index.type = "rewrite"
|
|
|
product.index.match = "/product/$"
|
|
|
product.index.route.module = Product
|
|
|
product.index.match = "/sns/$"
|
|
|
product.index.route.module = Sns
|
|
|
product.index.route.controller = Index
|
|
|
product.index.route.action = Index |
|
|
\ No newline at end of file |
...
|
...
|
|