server/src/routes/proxy.php
author ymh <ymh.work@gmail.com>
Fri, 23 Dec 2016 13:23:50 +0100
changeset 485 7b84847868a9
parent 280 59a2c10ac9b8
permissions -rw-r--r--
upgrade rdf4j

<?php

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

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