common.constant.js 147 B

123
  1. export const ITEMS_PER_PAGE = 10; // this value must keep same as the one defined in backend!
  2. export const DEFAULT_ENDPOINT = '/api/ratio_config';