Route model for Incident and Component, readying a route too.

This commit is contained in:
James Brooks 2014-11-17 00:11:16 +00:00
parent 7ef95ca3aa
commit 7234cf5e21

View File

@ -1,3 +1,4 @@
<?php
Route::get('/', 'HomeController@showIndex');
Route::get('/incident/{incident}', 'HomeController@showIncident');