feat(后端): 联调修改6

master
rdpnr_puzhi 2025-08-13 11:26:43 +08:00
parent 579bffe582
commit 05c62dedb3
1 changed files with 3 additions and 1 deletions

View File

@ -3,11 +3,13 @@ package com.unisinsight.project.controller;
import com.unisinsight.project.util.BtTorrentUtils;
import lombok.extern.slf4j.Slf4j;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotation.RestController;
@RestController("test")
@RestController()
@Slf4j
@RequestMapping("/test")
public class TestController {
@GetMapping("/start")