server/src/routes/proxy.php
author ymh <ymh.work@gmail.com>
Mon, 03 Apr 2017 15:23:50 +0200
changeset 528 aa4fc985bf64
parent 280 59a2c10ac9b8
permissions -rw-r--r--
iteration on bo client

<?php

/*
|--------------------------------------------------------------------------
| Proxy Routes
|--------------------------------------------------------------------------
|
|
*/

Route::get('bnf', 'Proxy\BnfController@proxyAutoCompletion');
Route::get('bnf-sparql', 'Proxy\BnfController@proxySparql');