server/src/routes/proxy.php
author ymh <ymh.work@gmail.com>
Wed, 23 Nov 2016 09:53:31 +0100
changeset 440 2206d4330b60
parent 280 59a2c10ac9b8
permissions -rw-r--r--
Added tag 0.0.12 for changeset 86f274d1fead

<?php

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

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