server/src/routes/proxy.php
changeset 282 9f8355f119e7
parent 280 59a2c10ac9b8
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/server/src/routes/proxy.php	Thu Sep 22 23:00:44 2016 +0200
@@ -0,0 +1,12 @@
+<?php
+
+/*
+|--------------------------------------------------------------------------
+| Proxy Routes
+|--------------------------------------------------------------------------
+|
+|
+*/
+
+Route::get('bnf', 'Proxy\BnfController@proxyAutoCompletion');
+Route::get('bnf-sparql', 'Proxy\BnfController@proxySparql');
\ No newline at end of file