Remove crusty example, add property to single-sync-point

This commit is contained in:
Lucien Greathouse
2019-01-09 16:28:44 -08:00
parent 998fca721a
commit f2849357f8
3 changed files with 15 additions and 27 deletions

View File

@@ -7,6 +7,15 @@
"Foo": {
"$path": "lib"
}
},
"HttpService": {
"$className": "HttpService",
"$properties": {
"HttpEnabled": {
"Type": "Bool",
"Value": true
}
}
}
}
}