mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-07-25 16:58:10 -07:00
Revert "Add warning about default routes"
This reverts commit 9ae1563286.
Reverts #804
Reverts #830
Reopens #345
This commit is contained in:
committed by
Cooper Quintin
parent
987d95c23e
commit
2a68c99897
@@ -101,14 +101,6 @@ export async function test_notification(): Promise<void> {
|
||||
}
|
||||
}
|
||||
|
||||
export interface RouteStatus {
|
||||
has_default_route: boolean;
|
||||
}
|
||||
|
||||
export async function get_route_status(): Promise<RouteStatus> {
|
||||
return JSON.parse(await req('GET', '/api/route-status'));
|
||||
}
|
||||
|
||||
export interface TimeResponse {
|
||||
system_time: string;
|
||||
adjusted_time: string;
|
||||
|
||||
Reference in New Issue
Block a user