修改请求的路径

This commit is contained in:
ChenQiaoWen 2025-02-27 20:12:38 +08:00
parent 207e524185
commit 5c58ab11b1

View File

@ -16,7 +16,7 @@ import org.springframework.web.bind.annotation.*;
* @since 2025-02-21 13:44:09
*/
@RestController
@RequestMapping("/api/economics/v1/")
@RequestMapping("/api/economics/v1")
public class EconomicsController {
/**