Merge remote-tracking branch 'origin/master' into devp/20220917/oprlog

This commit is contained in:
pepsi 2022-09-20 15:11:20 +08:00
commit 6c694aa8c0
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
<artifactId>xlog-client</artifactId>
<packaging>jar</packaging>
<name>xlog-api</name>
<name>xlog-client</name>
<url>http://maven.apache.org</url>
<properties>

View File

@ -28,7 +28,7 @@ import javax.validation.Valid;
@Api(tags = "web-用户信息接口")
@ApiSupport(author = "田立勇")
@RestController
@RequestMapping("/api")
@RequestMapping("/api/v1")
public class OperateLogController {
private final Logger logger = LoggerFactory.getLogger(OperateLogController.class);