Skip to content

Commit 784df88

Browse files
authored
feat: update lexware api url
1 parent 753b271 commit 784df88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libs/lexoffice.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import {
1414
} from './toggl-types';
1515
import { Config, initFetch, initTranslate, Logger, uniquify } from './utils';
1616

17-
const BASE_URL = 'https://api.lexoffice.io';
17+
const BASE_URL = 'https://api.lexware.io';
1818
const CONTACTS_PATH = 'v1/contacts';
1919
const VOUCHERS_PATH = 'v1/vouchers';
2020
const INVOICES_PATH = 'v1/invoices';

0 commit comments

Comments
 (0)