server/src/routes/proxy.php
author ymh <ymh.work@gmail.com>
Mon, 17 Oct 2016 18:51:48 +0200
changeset 347 9779512454af
parent 280 59a2c10ac9b8
permissions -rw-r--r--
Correct jslint errors

<?php

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

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