mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-14 05:52:51 +00:00
Moved logs settings to settings screen
This commit is contained in:
parent
65ee702b89
commit
211eab9f44
9 changed files with 369 additions and 569 deletions
|
@ -649,7 +649,7 @@ class ApiClientV2 {
|
|||
}
|
||||
|
||||
Future<ApiResponse> clearLogs() async {
|
||||
final result = await HttpRequestClient.put(
|
||||
final result = await HttpRequestClient.post(
|
||||
urlPath: '/querylog_clear',
|
||||
server: server,
|
||||
body: {},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue