Browse Source

remove whitespaces&comments

pull/3/head
Muhammad Sulaiman Yusuf 2 years ago
parent
commit
02daf0b2e9
  1. 2
      config/api.php
  2. 13
      routes/web.php

2
config/api.php

@ -1,7 +1,5 @@
<?php
return [
'golang' => env('API_GOLANG', 'http://127.0.0.1:8090'),
'paxel' => env('API_PAXEL', 'https://paxel.oslogdev.com/db/search'),
'nominatim' => env('API_NOMINATIM', 'https://nominatim.oslogdev.com')
];
?>

13
routes/web.php

@ -1,18 +1,5 @@
<?php
/** @var \Laravel\Lumen\Routing\Router $router */
/*
|--------------------------------------------------------------------------
| Application Routes
|--------------------------------------------------------------------------
|
| Here is where you can register all of the routes for an application.
| It is a breeze. Simply tell Lumen the URIs it should respond to
| and give it the Closure to call when that URI is requested.
|
*/
$router->get('/', function () use ($router) {
return $router->app->version();
});

Loading…
Cancel
Save