server/src/routes/proxy.php
author ymh <ymh.work@gmail.com>
Wed, 19 Oct 2016 13:08:02 +0200
changeset 369 796725d33b67
parent 280 59a2c10ac9b8
permissions -rw-r--r--
Add location filter to documents api end-point

<?php

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

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