Skip to content

Commit

Permalink
docs: mark history/liquidity endpoint as deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
tmrdlt committed Apr 25, 2024
1 parent a780d2b commit 8be1984
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/pair-liquidity-info-history/controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export class PairLiquidityInfoHistoryController {
@Get()
@ApiOperation({
summary: 'Retrieve all entries of the pair liquidity info history',
deprecated: true,
})
@ApiQuery({
name: 'limit',
Expand Down

0 comments on commit 8be1984

Please sign in to comment.