Cachet/app/routes/app.php

5 lines
121 B
PHP

<?php
Route::get('/', 'HomeController@showIndex');
Route::get('/incident/{incident}', 'HomeController@showIncident');