mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-17 21:49:01 +01:00
Route model for Incident and Component, readying a route too.
This commit is contained in:
parent
7ef95ca3aa
commit
7234cf5e21
@ -1,3 +1,4 @@
|
||||
<?php
|
||||
|
||||
Route::get('/', 'HomeController@showIndex');
|
||||
Route::get('/incident/{incident}', 'HomeController@showIncident');
|
||||
|
Loading…
x
Reference in New Issue
Block a user