server/src/routes/proxy.php
author Chloe Laisne <chloe.laisne@gmail.com>
Tue, 04 Oct 2016 23:04:06 +0200
changeset 331 9836845ed1e8
parent 280 59a2c10ac9b8
permissions -rw-r--r--
AmMaps geonames constants

<?php

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

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