server/src/routes/proxy.php
author ymh <ymh.work@gmail.com>
Tue, 20 Dec 2016 23:42:18 +0100
changeset 481 002a05cd849f
parent 280 59a2c10ac9b8
permissions -rw-r--r--
add color gradient to map visualisaion

<?php

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

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