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