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

8 lines
136 B
PHP
Raw Normal View History

2015-07-19 18:19:43 +02:00
<?php
use Gist\Api\Client;
$app['api_client'] = function ($app) {
return new Client(['base_uri' => 'http://127.0.0.1:8080/']);
};