server/src/routes/proxy.php
author ymh <ymh.work@gmail.com>
Thu, 10 Nov 2016 15:35:18 +0100
changeset 412 c88746153ee0
parent 280 59a2c10ac9b8
permissions -rw-r--r--
correct import

<?php

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

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