server/src/routes/proxy.php
author ymh <ymh.work@gmail.com>
Mon, 28 Nov 2016 17:07:13 +0100
changeset 451 1a11d01ece78
parent 280 59a2c10ac9b8
permissions -rw-r--r--
increase version nb

<?php

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

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