|
@@ -22,6 +22,7 @@ import org.springframework.web.bind.annotation.*;
|
|
*/
|
|
*/
|
|
@RestController
|
|
@RestController
|
|
@RequestMapping("/baseSpecificVideo")
|
|
@RequestMapping("/baseSpecificVideo")
|
|
|
|
+@CrossOrigin
|
|
public class BaseSpecificVideoController {
|
|
public class BaseSpecificVideoController {
|
|
@Autowired
|
|
@Autowired
|
|
IBaseSpecificVideoService baseSpecificVideoService;
|
|
IBaseSpecificVideoService baseSpecificVideoService;
|