Moved logs settings to settings screen

This commit is contained in:
Juan Gilsanz Polo 2024-01-24 13:55:15 +01:00
parent 65ee702b89
commit 211eab9f44
9 changed files with 369 additions and 569 deletions

View file

@ -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: {},