server/src/routes/proxy.php
author ymh <ymh.work@gmail.com>
Thu, 10 Nov 2016 02:01:46 +0100
changeset 409 8371c99c7947
parent 280 59a2c10ac9b8
permissions -rw-r--r--
set version 0.0.9

<?php

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

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