10000
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 b7df5ea commit a49deadCopy full SHA for a49dead
src/Symfony/Component/Notifier/Bridge/OvhCloud/OvhCloudTransport.php
@@ -28,12 +28,6 @@ final class OvhCloudTransport extends AbstractTransport
28
{
29
private $endpoints = [
30
'ovh-eu' => 'https://eu.api.ovh.com/1.0',
31
- 'ovh-ca' => 'https://ca.api.ovh.com/1.0',
32
- 'ovh-us' => 'https://api.us.ovhcloud.com/1.0',
33
- 'kimsufi-eu' => 'https://eu.api.kimsufi.com/1.0',
34
- 'kimsufi-ca' => 'https://ca.api.kimsufi.com/1.0',
35
- 'soyoustart-eu' => 'https://eu.api.soyoustart.com/1.0',
36
- 'soyoustart-ca' => 'https://ca.api.soyoustart.com/1.0',
37
];
38
39
private $applicationKey;
0 commit comments