Merge pull request #471 from cachethq/api-finalize

Api finalize
This commit is contained in:
James Brooks
2015-02-23 06:55:16 +00:00
6 changed files with 117 additions and 13 deletions
-1
View File
@@ -4,7 +4,6 @@ Route::api(['after' => 'allowed_domains', 'namespace' => 'CachetHQ\Cachet\Http\C
// Components
Route::get('components', 'ComponentController@getComponents');
Route::get('components/{id}', 'ComponentController@getComponent');
Route::get('components/{id}/incidents', 'ComponentController@getComponentIncidents');
// Incidents
Route::get('incidents', 'IncidentController@getIncidents');