Update snips api url to real url
This commit is contained in:
parent
f69d5da1f5
commit
7ad7c8d220
@ -34,7 +34,7 @@ if (empty($apiKey)) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$baseUrl = 'http://snips.symfony.localhost/api/';
|
$baseUrl = 'https://snips.loken.nl/api/';
|
||||||
$snips = new snips($baseUrl, $apiKey);
|
$snips = new snips($baseUrl, $apiKey);
|
||||||
|
|
||||||
if ($command === 'get') {
|
if ($command === 'get') {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user