mirror of
https://gitee.com/xiangheng/x_admin.git
synced 2025-09-26 20:21:19 +08:00
文档
This commit is contained in:
@@ -5,7 +5,7 @@ export default defineConfig({
|
||||
base:'/x_admin/',
|
||||
title: "x_admin",
|
||||
description: "x_admin 开发文档",
|
||||
|
||||
ignoreDeadLinks: true,
|
||||
markdown: {
|
||||
lineNumbers: true
|
||||
},
|
||||
|
@@ -281,7 +281,7 @@ func (c *Controller) ListAccounts(ctx *gin.Context) {
|
||||
swag init
|
||||
```
|
||||
|
||||
4. 运行程序,然后在浏览器中访问 http://localhost:8080/swagger/index.html 。将看到Swagger 2.0 Api文档,如下所示:
|
||||
4. 运行程序,然后在浏览器中访问 [here](http://localhost:8080/swagger/index.html) 。将看到Swagger 2.0 Api文档,如下所示:
|
||||
|
||||

|
||||
|
||||
|
Reference in New Issue
Block a user