Skip to content

Commit

Permalink
[IND-372] Connect compliance controller to routers. (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentwschau authored Sep 12, 2023
1 parent 3a68b4f commit cb07468
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions indexer/services/comlink/src/controllers/api/index-v4.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import express from 'express';
import AddressesController from './v4/addresses-controller';
import AssetPositionsController from './v4/asset-positions-controller';
import CandlesController from './v4/candles-controller';
import ComplianceController from './v4/compliance-controller';
import FillsController from './v4/fills-controller';
import HeightController from './v4/height-controller';
import HistoricalFundingController from './v4/historical-funding-controller';
Expand Down Expand Up @@ -34,5 +35,6 @@ router.use('/sparklines', SparklinesController);
router.use('/time', TimeController);
router.use('/trades', TradesController);
router.use('/transfers', TransfersController);
router.use('/screen', ComplianceController);

export default router;

0 comments on commit cb07468

Please sign in to comment.