Rev 1623 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
package in.shop2020.serving.controllers;public class BrowseHistoryController extends BaseController{private static final long serialVersionUID = -5508838941749125824L;public String index() {return "index";}}