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
Homestead.json
.env
composer.lock
/.idea/
......@@ -31,8 +31,8 @@ class RouteServiceProvider extends ServiceProvider
*/
public function map()
{
$this->mapWebRoutes();
$this->mapApiRoutes();
// $this->mapWebRoutes();
// $this->mapApiRoutes();
}
/**
* 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