Split frontend config API into file_config, server, and health modules
This commit is contained in:
@@ -8,16 +8,18 @@ import {
|
||||
fetchGlobalConfig,
|
||||
fetchJailConfig,
|
||||
fetchJailConfigs,
|
||||
fetchServerSettings,
|
||||
flushLogs,
|
||||
previewLog,
|
||||
reloadConfig,
|
||||
restartFail2Ban,
|
||||
testRegex,
|
||||
updateGlobalConfig,
|
||||
updateJailConfig,
|
||||
updateServerSettings,
|
||||
} from "../api/config";
|
||||
import {
|
||||
fetchServerSettings,
|
||||
flushLogs,
|
||||
updateServerSettings,
|
||||
} from "../api/server";
|
||||
import { handleFetchError } from "../utils/fetchError";
|
||||
import type {
|
||||
AddLogPathRequest,
|
||||
|
||||
Reference in New Issue
Block a user