server/src/routes/proxy.php
author ymh <ymh.work@gmail.com>
Tue, 15 Nov 2016 18:27:17 +0100
changeset 426 d8ae6c0c0a0a
parent 280 59a2c10ac9b8
permissions -rw-r--r--
version 0.0.12

<?php

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

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