🐛 Fix getting count of stickers in pack

This commit is contained in:
2024-09-25 22:28:08 +08:00
parent f7ab3bfb18
commit fa997a19a1
4 changed files with 2 additions and 47 deletions

View File

@@ -25,7 +25,6 @@ func MapAPIs(app *fiber.App, baseURL string) {
api.Get("/stickers/lookup", lookupStickerBatch)
api.Get("/stickers/lookup/:alias", lookupSticker)
api.Get("/stickers/manifest", listStickerManifest)
api.Get("/stickers/packs", listStickerPacks)
api.Post("/stickers/packs", createStickerPack)
api.Put("/stickers/packs/:packId", updateStickerPack)