mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-18 03:01:09 +01:00
🗑️ Remove deprecated code (#1225)
This commit is contained in:
@@ -23,6 +23,9 @@ interface AppBehaviourType {
|
||||
|
||||
interface AppNetworkType {
|
||||
enabledStatusChecker: boolean;
|
||||
/**
|
||||
* @deprecated replaced by statusCodes
|
||||
*/
|
||||
okStatus?: number[];
|
||||
statusCodes: string[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user