src/main/java/com/whyc/controller/HelpController.java
@@ -1,14 +1,11 @@ package com.whyc.controller; import com.whyc.dto.FileDirPath; import com.whyc.dto.Response; import io.swagger.annotations.Api; import io.swagger.annotations.ApiOperation; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; import java.io.File; @RestController @Api(tags = "Help")