Skip to content

Commit

Permalink
Update invoice.controller.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoScheuermann authored Apr 22, 2021
1 parent 0e2492a commit 6a5a276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/invoice/invoice.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export class InvoiceController {
@ApiBearerAuth()
@BrokerTypes(['stockmarket'])
@UseGuards(AuthGuard('jwt'), BrokerTypeGuard)
@Get()
@Get("all")
async getAll(): Promise<Invoice[]> {
return this.invoiceService.getAll();
}
Expand Down

0 comments on commit 6a5a276

Please sign in to comment.