whycxzp
2024-01-13 d58292a7a895984300f3ee69b81c6eb4f87e345f
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")