mirror of
https://koodu.h-i.works/projects/thebadspace
synced 2025-06-25 16:04:37 -05:00
Added Exports by Heat Rating
Reactivated CSV exports based on Heat Rating, which is the percentage of Current Sources the have taken action, a suspend or a silence, against an instanct. The higher the Heat Rating, the more Sources that have taken actions agaisnt it, so they should be viewed with caution
This commit is contained in:
@ -26,7 +26,8 @@ Route::get("/location/{uuid}", [FrontIndexController::class, 'location']);
|
||||
Route::post("/search", [FrontIndexController::class, 'indexSearch']);
|
||||
|
||||
//exports
|
||||
Route::get("/exports/test", [ExportController::class, 'exportCSV']);
|
||||
Route::get("/exports", [ExportController::class, 'exportIndex']);
|
||||
Route::get("/exports/{type}/{rate}", [ExportController::class, 'exportCSV']);
|
||||
|
||||
//auth
|
||||
Route::get("/login", [AuthController::class, 'showLogin']);
|
||||
|
Reference in New Issue
Block a user