Route model for Incident and Component, readying a route too.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
<?php
|
||||
|
||||
Route::get('/', 'HomeController@showIndex');
|
||||
Route::get('/incident/{incident}', 'HomeController@showIncident');
|
||||
|
||||
Reference in New Issue
Block a user