|
@@ -25,14 +25,5 @@ public class IndexController {
|
|
|
return "ok";
|
|
|
}
|
|
|
|
|
|
- @GetMapping("/crawler")
|
|
|
- public String crawler() throws InterruptedException {
|
|
|
- matchVideoService.matchCrawlerVideo();
|
|
|
- return "ok";
|
|
|
- }
|
|
|
|
|
|
- @GetMapping("/kimi")
|
|
|
- public void kimi() throws InterruptedException {
|
|
|
- matchVideoService.kimiContent();
|
|
|
- }
|
|
|
}
|