mirror of
https://gitnet.fr/deblan/gist.git
synced 2021-08-14 08:30:49 +02:00
8 lines
136 B
PHP
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/']);
|
||
|
};
|