2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 13:47:15 +08:00

fix: 文档错误

This commit is contained in:
耗子
2024-01-24 02:50:15 +08:00
parent 8dc41d4222
commit 63033dfa15
6 changed files with 145 additions and 154 deletions

View File

@@ -104,7 +104,7 @@ func (r *RsyncController) Stop(ctx http.Context) http.Response {
// @Tags 插件-Rsync
// @Produce json
// @Security BearerToken
// @Param data body commonrequests.Paginate true "request"
// @Param data query commonrequests.Paginate true "request"
// @Success 200 {object} controllers.SuccessResponse
// @Router /plugins/rsync/modules [get]
func (r *RsyncController) List(ctx http.Context) http.Response {