"use strict";
/**
* Configuration for the API service
*/Object.defineProperty(exports, "__esModule", { value: true });
exports.BASE_URL = void0;
// Base URL for the tkconv APIexports.BASE_URL = 'https://berthub.eu/tkconv';
//# sourceMappingURL=config.js.map