更换目录
This commit is contained in:
parent
f3550bd4b8
commit
7752a981ed
|
|
@ -13,4 +13,9 @@ import org.springframework.web.bind.annotation.RequestMapping;
|
|||
@Controller
|
||||
@RequestMapping("adverts")
|
||||
public class AdvertisementController extends BaseController {
|
||||
|
||||
private String prefix = "adverts";
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue