This commit is contained in:
2020-05-13 22:54:40 +00:00
parent 940ed1ce2a
commit 17d332bd04

View File

@@ -240,7 +240,7 @@ namespace AyaNova.PlugIn.V8
d.created = Created;
d.modified = Modified;
await PostAsync("EventLog/v7", d.ToString());
await PostAsync("event-log/v7", d.ToString());
}