server/src/routes/proxy.php
author ymh <ymh.work@gmail.com>
Thu, 02 Mar 2017 15:09:17 +0100
changeset 526 cdaf9dfb5dfd
parent 280 59a2c10ac9b8
permissions -rw-r--r--
correct licence problem in bug #0026523

<?php

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

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