mirror of
https://github.com/CJackHwang/ds2api.git
synced 2026-05-21 00:17:44 +08:00
feat: implement local dev packet capture functionality with admin endpoints and configurable limits for debugging.
This commit is contained in:
@@ -36,5 +36,7 @@ func RegisterRoutes(r chi.Router, h *Handler) {
|
||||
pr.Post("/vercel/sync", h.syncVercel)
|
||||
pr.Get("/vercel/status", h.vercelStatus)
|
||||
pr.Get("/export", h.exportConfig)
|
||||
pr.Get("/dev/captures", h.getDevCaptures)
|
||||
pr.Delete("/dev/captures", h.clearDevCaptures)
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user