Browse Source

修改url单词错误

dev_shibei_match
wxz 5 years ago
parent
commit
7f50e2cdfa
  1. 4
      epmet-openapi/epmet-openapi-adv/epmet-openapi-adv-server/src/main/java/com/epmet/adv/controller/AdvVideoController.java

4
epmet-openapi/epmet-openapi-adv/epmet-openapi-adv-server/src/main/java/com/epmet/adv/controller/AdvVedioController.java → epmet-openapi/epmet-openapi-adv/epmet-openapi-adv-server/src/main/java/com/epmet/adv/controller/AdvVideoController.java

@ -11,8 +11,8 @@ import org.springframework.web.bind.annotation.RestController;
import java.io.IOException; import java.io.IOException;
@Controller @Controller
@RequestMapping("vedio") @RequestMapping("video")
public class AdvVedioController { public class AdvVideoController {
@Autowired @Autowired
private AdvVedioService advVedioService; private AdvVedioService advVedioService;
Loading…
Cancel
Save