server/src/routes/proxy.php
author ymh <ymh.work@gmail.com>
Fri, 21 Oct 2016 16:54:02 +0200
changeset 384 5598bad67f8d
parent 280 59a2c10ac9b8
permissions -rw-r--r--
correct build process, post upgrade script and local .env provisioning

<?php

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

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