server/src/routes/proxy.php
author ymh <ymh.work@gmail.com>
Mon, 16 Oct 2017 15:18:53 +0200
changeset 551 e70004b11b3b
parent 280 59a2c10ac9b8
permissions -rw-r--r--
Remove viaf link on name. correct #0027355

<?php

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

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