5 lines
115 B
PHP

<?php
Route::get('/activity', 'ActivityController@index');
Route::get('/stats/activity', 'StatsController@show');