API base_uri

This commit is contained in:
Simon Vieille 2015-07-19 18:24:43 +02:00
parent 5886ab4462
commit 3cd1f4f904
1 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@
use Gist\Api\Client;
$app['api_client'] = function ($app) {
return new Client(['base_uri' => 'http://127.0.0.1:8080/']);
return new Client(['base_uri' => 'https://gist.deblan.org/']);
};