shared-constants.ts 207 B

123456
  1. /*
  2. * This file contains constants which are shared between more than one sub-module
  3. * e.g. values required by both the server and admin-ui.
  4. */
  5. export const API_PORT = 3000;
  6. export const API_PATH = 'api';