🎨 Re-orgnize api index

This commit is contained in:
2024-12-28 22:04:48 +08:00
parent d59966a03e
commit b73f5e1912
2 changed files with 42 additions and 26 deletions

View File

@@ -9,7 +9,7 @@ import (
"gorm.io/datatypes"
)
func listPost(c *fiber.Ctx) error {
func listPool(c *fiber.Ctx) error {
pools, err := services.ListAttachmentPool()
if err != nil {
return fiber.NewError(fiber.StatusBadRequest, err.Error())