mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 09:35:49 +02:00
Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
|
c44535990b |
2 changed files with 3 additions and 3 deletions
|
@ -49,8 +49,8 @@ class PollinProvider implements InfoProviderInterface
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
'name' => 'Pollin',
|
'name' => 'Pollin',
|
||||||
'description' => 'Webscrapping from pollin.de to get part information',
|
'description' => 'Webscraping from pollin.de to get part information',
|
||||||
'url' => 'https://www.reichelt.de/',
|
'url' => 'https://www.pollin.de/',
|
||||||
'disabled_help' => 'Set PROVIDER_POLLIN_ENABLED env to 1'
|
'disabled_help' => 'Set PROVIDER_POLLIN_ENABLED env to 1'
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -57,7 +57,7 @@ class ReicheltProvider implements InfoProviderInterface
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
'name' => 'Reichelt',
|
'name' => 'Reichelt',
|
||||||
'description' => 'Webscrapping from reichelt.com to get part information',
|
'description' => 'Webscraping from reichelt.com to get part information',
|
||||||
'url' => 'https://www.reichelt.com/',
|
'url' => 'https://www.reichelt.com/',
|
||||||
'disabled_help' => 'Set PROVIDER_REICHELT_ENABLED env to 1'
|
'disabled_help' => 'Set PROVIDER_REICHELT_ENABLED env to 1'
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue