5 lines
121 B
PHP
5 lines
121 B
PHP
<?php
|
|
|
|
Route::get('/', 'HomeController@showIndex');
|
|
Route::get('/incident/{incident}', 'HomeController@showIncident');
|