whyclxw
2025-03-28 cc86bb05bba08200a2e2bc301bb835f52a708a1f
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")