Fix wrong path for swagger definition

This commit is contained in:
Ingo Oppermann
2022-08-18 10:13:00 +03:00
parent 1ab09adc69
commit 5bd04817cc
5 changed files with 129 additions and 36 deletions

View File

@@ -160,7 +160,7 @@ func (h *DiskFSHandler) DeleteFile(c echo.Context) error {
// @Param order query string false "asc, desc"
// @Success 200 {array} api.FileInfo
// @Security ApiKeyAuth
// @Router /api/v3/fs/disk/ [get]
// @Router /api/v3/fs/disk [get]
func (h *DiskFSHandler) ListFiles(c echo.Context) error {
pattern := util.DefaultQuery(c, "glob", "")
sortby := util.DefaultQuery(c, "sort", "none")