Skip to content

Variable: ApiConfig

ts
const ApiConfig: {
  BASE_URL: "https://api.u-komi.com/";
};

Default API configuration constants. Contains the base URL for the U-KOMI API.

Type Declaration

BASE_URL

ts
readonly BASE_URL: "https://api.u-komi.com/" = 'https://api.u-komi.com/';

Production API base URL