Commit 8220e20a authored by Pralhad Shrestha's avatar Pralhad Shrestha

Removed .idea from .gitignore and commented app routes when not used

parent fc422cf5
...@@ -5,4 +5,4 @@ Homestead.yaml ...@@ -5,4 +5,4 @@ Homestead.yaml
Homestead.json Homestead.json
.env .env
composer.lock composer.lock
/.idea/
...@@ -31,8 +31,8 @@ class RouteServiceProvider extends ServiceProvider ...@@ -31,8 +31,8 @@ class RouteServiceProvider extends ServiceProvider
*/ */
public function map() public function map()
{ {
$this->mapWebRoutes(); // $this->mapWebRoutes();
$this->mapApiRoutes(); // $this->mapApiRoutes();
} }
/** /**
* Define the "web" routes for the application. * Define the "web" routes for the application.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment