whycxzp
2024-01-11 e3cc7ae41652cb0b5541437c4a8ad26c7ea6f707
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")