➕ add swagger
This commit is contained in:
14
docs/swagger.yaml
Normal file
14
docs/swagger.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
info:
|
||||
contact: {}
|
||||
paths:
|
||||
/api/auth/user/List:
|
||||
get:
|
||||
responses:
|
||||
"200":
|
||||
description: OK
|
||||
schema:
|
||||
type: string
|
||||
summary: 获取所有用户列表
|
||||
tags:
|
||||
- 鉴权模块
|
||||
swagger: "2.0"
|
Reference in New Issue
Block a user