initial build

This commit is contained in:
2019-09-26 20:00:32 -05:00
parent 89a691af52
commit 37069bceec
19 changed files with 660 additions and 107 deletions
+1 -3
View File
@@ -35,11 +35,9 @@ class RouteServiceProvider extends ServiceProvider
*/
public function map()
{
$this->mapApiRoutes();
//$this->mapApiRoutes();
$this->mapWebRoutes();
//
}
/**