fix: duplicate endpoint
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 6s
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 6s
This commit is contained in:
parent
d6f7c34331
commit
2b17a7ee34
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@ export class StatsController extends Controller {
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Get("receipt/download")
|
@Get("product/download")
|
||||||
async downloadProductReport(
|
async downloadProductReport(
|
||||||
@Request() req: RequestWithUser,
|
@Request() req: RequestWithUser,
|
||||||
@Query() limit?: number,
|
@Query() limit?: number,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue