修改调用地址为adminapi
This commit is contained in:
@@ -23,7 +23,7 @@ public class SwaggerConfig {
|
|||||||
.paths(PathSelectors.any())
|
.paths(PathSelectors.any())
|
||||||
.build()
|
.build()
|
||||||
.apiInfo(apiInfo())
|
.apiInfo(apiInfo())
|
||||||
.host("130.120.3.231:91/sysapi")
|
.host("130.120.3.231:91/adminapi")
|
||||||
;
|
;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user