From 629a1dea2960fdb5896fe0e73fe36769a9a22b21 Mon Sep 17 00:00:00 2001 From: Philipp Memmel Date: Fri, 20 Dec 2024 20:53:51 +0100 Subject: [PATCH] MBS-9808: Update subplugins.json because of MDL-83705 --- db/subplugins.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/db/subplugins.json b/db/subplugins.json index a30e7a0..dc73406 100755 --- a/db/subplugins.json +++ b/db/subplugins.json @@ -1,6 +1,10 @@ { + "subplugintypes": { + "aitool": "tools", + "aipurpose": "purposes" + }, "plugintypes": { - "aitool": "local\/ai_manager\/tools", - "aipurpose": "local\/ai_manager\/purposes" + "aitool": "local/ai_manager/tools", + "aipurpose": "local/ai_manager/purposes" } } \ No newline at end of file