Skip to content

Commit ad46500

Browse files
authored
Fix: correct baseUrl for ohne-makler provider - Fixes #251 (#252)
1 parent 3c209a8 commit ad46500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/provider/ohneMakler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export const init = (sourceConfig, blacklist) => {
4444

4545
export const metaInformation = {
4646
name: 'OhneMakler',
47-
baseUrl: 'https://www.ohne-makler.net/immobilien',
47+
baseUrl: 'https://www.ohne-makler.net',
4848
id: 'ohneMakler',
4949
};
5050
export { config };

0 commit comments

Comments
 (0)