server/src/routes/proxy.php
author ymh <ymh.work@gmail.com>
Tue, 08 Nov 2016 14:20:48 +0100
changeset 402 e182294ca4ae
parent 280 59a2c10ac9b8
permissions -rw-r--r--
set new version 0.0.8

<?php

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

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