diff --git a/source/Plugins/AyaNova.Plugin.V8/V8.cs b/source/Plugins/AyaNova.Plugin.V8/V8.cs index e071ad9..c6fba7c 100644 --- a/source/Plugins/AyaNova.Plugin.V8/V8.cs +++ b/source/Plugins/AyaNova.Plugin.V8/V8.cs @@ -251,7 +251,7 @@ namespace AyaNova.PlugIn.V8 //ERASE DB progress.Op("Erasing AyaNova 8 data"); - var a = await util.PostAsync("License/PermanentlyEraseAllData", "\"I understand\""); + var a = await util.PostAsync("license/permanently-erase-all-data", "\"I understand\""); //TAGS progress.Op("Compiling tags");