广告控制器

This commit is contained in:
zkr_liushenlu 2021-03-23 16:29:49 +08:00
parent ca3924520d
commit c178a662fe
1 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,6 @@ import org.springframework.web.bind.annotation.RequestMapping;
* @create: 2021-03-23 16:26 * @create: 2021-03-23 16:26
**/ **/
@Controller @Controller
@RequestMapping("advert") @RequestMapping("adverts")
public class AdvertisementController extends BaseController { public class AdvertisementController extends BaseController {
} }