server/src/routes/proxy.php
author ymh <ymh.work@gmail.com>
Thu, 20 Oct 2016 11:24:45 +0200
changeset 375 145561ff51ff
parent 280 59a2c10ac9b8
permissions -rw-r--r--
change datestats to use elasticsearch

<?php

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

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