Skip to content

Commit c7672ed

Browse files
authored
Merge pull request #883 from inex/release-v6
Remove unintended line
2 parents 65326d5 + 4bdc057 commit c7672ed

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

routes/apiv4.php

+3-2
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@
9898
}));
9999
})->name('api-v4-peering-db-fac');
100100

101+
// https://www.ixpmanager.org/js/ixp-manager-users.json
101102
Route::get( 'ixpmanager-users/ixf-ids', function() {
102103
return response()->json( Cache::remember('ixpmanager-users/ixf-ids', 120, function() {
103104
$ixfids = [];
@@ -113,10 +114,10 @@
113114
}));
114115
})->name( 'ixpmanager-users/ixf-ids' );
115116

116-
https://www.ixpmanager.org/js/ixp-manager-users.json
117+
117118

118119
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
119120
// Statistics
120121
//
121122
// 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' );

0 commit comments

Comments
 (0)