1
0
mirror of https://gitnet.fr/deblan/gist.git synced 2021-08-14 08:30:49 +02:00
GIST/app/bootstrap.php.d/60-api.php
Simon Vieille 5c4252c6ab API client
2015-07-19 18:19:43 +02:00

8 lines
136 B
PHP

<?php
use Gist\Api\Client;
$app['api_client'] = function ($app) {
return new Client(['base_uri' => 'http://127.0.0.1:8080/']);
};