server/src/routes/proxy.php
author ymh <ymh.work@gmail.com>
Thu, 06 Oct 2016 16:45:37 +0200
changeset 323 47f0611cc57d
parent 280 59a2c10ac9b8
permissions -rw-r--r--
correct theme controller

<?php

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

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