Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 8146 |
amit.gupta |
1 |
package in.shop2020.serving.controllers;
|
|
|
2 |
|
|
|
3 |
|
|
|
4 |
public class AndroidLandStoreController extends BaseController {
|
|
|
5 |
|
|
|
6 |
private static final long serialVersionUID = 1L;
|
|
|
7 |
public String index() {
|
|
|
8 |
return "index";
|
|
|
9 |
}
|
|
|
10 |
|
|
|
11 |
}
|