Fix some blocked/allow laggards after migrating. Add DuckDB for outstanding analyitcs performance. Start adding an import for all bot networks
This commit is contained in:
@@ -93,4 +93,16 @@ Rails.application.routes.draw do
|
||||
get :progress
|
||||
end
|
||||
end
|
||||
|
||||
# Bot network range management (admin only)
|
||||
resources :bot_network_ranges, only: [:index, :show] do
|
||||
collection do
|
||||
post :import
|
||||
post :import_async
|
||||
post :import_all
|
||||
end
|
||||
member do
|
||||
delete :destroy
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user