File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 98
98
}));
99
99
})->name ('api-v4-peering-db-fac ' );
100
100
101
+ // https://www.ixpmanager.org/js/ixp-manager-users.json
101
102
Route::get ( 'ixpmanager-users/ixf-ids ' , function () {
102
103
return response ()->json ( Cache::remember ('ixpmanager-users/ixf-ids ' , 120 , function () {
103
104
$ ixfids = [];
113
114
}));
114
115
})->name ( 'ixpmanager-users/ixf-ids ' );
115
116
116
- https: //www.ixpmanager.org/js/ixp-manager-users.json
117
+
117
118
118
119
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
119
120
// Statistics
120
121
//
121
122
// get overall stats by month as a JSON response
122
- Route::get ( 'statistics/overall-by-month ' , 'StatisticsController@overallByMonth ' );
123
+ Route::get ( 'statistics/overall-by-month ' , 'StatisticsController@overallByMonth ' );
You can’t perform that action at this time.
0 commit comments