server/src/routes/proxy.php
author ymh <ymh.work@gmail.com>
Sat, 03 Dec 2016 02:49:59 +0100
changeset 464 c37671f197c3
parent 280 59a2c10ac9b8
permissions -rw-r--r--
correct spacing for extra controls

<?php

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

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