rename Router

This commit is contained in:
linrenze
2025-12-05 12:55:26 +08:00
parent 2afcd50e6e
commit 5cdc231238

View File

@@ -255,7 +255,7 @@ func (h *UserHandler) VSIXDownload(c *web.Context) error {
// @ID zip-download
// @Accept json
// @Produce octet-stream
// @Router /api/v1/static/zip [get]
// @Router /api/v1/static/jetbrains [get]
func (h *UserHandler) ZipDownload(c *web.Context) error {
if !h.limiter.Allow() {
return c.String(http.StatusTooManyRequests, "Too Many Requests")