Skip to content

Commit

Permalink
Update services/mock-service/src/exchange-rates/exchange-rates-mock.c…
Browse files Browse the repository at this point in the history
…ontroller.ts
  • Loading branch information
RubenGeo authored Jan 17, 2025
1 parent 1e1c6d1 commit 33960d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export class ExchangeRatesMockController {

@ApiOperation({ summary: 'Exchange rates' })
@Get()
public async getCurrencies(): Promise<ExchangeRateApiResponse[]> {
public async getCurrencies(): Promise<ExchangeRateApiResponse> {
return this.exchangeRatesMockService.getCurrencies();
}
}

0 comments on commit 33960d4

Please sign in to comment.