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