mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-29 19:18:11 +01:00
5 lines
121 B
PHP
5 lines
121 B
PHP
<?php
|
|
|
|
Route::get('/', 'HomeController@showIndex');
|
|
Route::get('/incident/{incident}', 'HomeController@showIncident');
|