mirror of
https://github.com/Telecominfraproject/wlan-cloud-owprov.git
synced 2025-10-29 17:52:28 +00:00
Signed-off-by: stephb9959 <stephane.bourque@gmail.com>
This commit is contained in:
@@ -28,7 +28,6 @@ static const std::string GitUCentralJSONSchemaFile{
|
||||
"ucentral.schema.json"};
|
||||
|
||||
static std::string DefaultUCentralSchema = R"foo(
|
||||
|
||||
{
|
||||
"$id": "https://openwrt.org/ucentral.schema.json",
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
@@ -3326,7 +3325,6 @@ static std::string DefaultUCentralSchema = R"foo(
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
)foo";
|
||||
|
||||
static inline bool IsIPv4(const std::string &value) {
|
||||
|
||||
Reference in New Issue
Block a user