We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 753b271 commit 784df88Copy full SHA for 784df88
src/libs/lexoffice.ts
@@ -14,7 +14,7 @@ import {
14
} from './toggl-types';
15
import { Config, initFetch, initTranslate, Logger, uniquify } from './utils';
16
17
-const BASE_URL = 'https://api.lexoffice.io';
+const BASE_URL = 'https://api.lexware.io';
18
const CONTACTS_PATH = 'v1/contacts';
19
const VOUCHERS_PATH = 'v1/vouchers';
20
const INVOICES_PATH = 'v1/invoices';
0 commit comments