fix: duplicate endpoint
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 6s

This commit is contained in:
Methapon2001 2025-03-06 10:43:04 +07:00
parent d6f7c34331
commit 2b17a7ee34

View file

@ -167,7 +167,7 @@ export class StatsController extends Controller {
}));
}
@Get("receipt/download")
@Get("product/download")
async downloadProductReport(
@Request() req: RequestWithUser,
@Query() limit?: number,