From 0a6f05d04d66dee0eba99f1a164f4848b19ca791 Mon Sep 17 00:00:00 2001 From: JarbasAI <33701864+JarbasAl@users.noreply.github.com> Date: Fri, 18 Oct 2024 21:39:09 +0100 Subject: [PATCH] fix:server urls catalan (#169) typo in urls --- ovos_config/recommends/online_stt/ca-es.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ovos_config/recommends/online_stt/ca-es.conf b/ovos_config/recommends/online_stt/ca-es.conf index cc1deb6..ab85110 100644 --- a/ovos_config/recommends/online_stt/ca-es.conf +++ b/ovos_config/recommends/online_stt/ca-es.conf @@ -4,8 +4,8 @@ "fallback_module": "", "ovos-stt-plugin-server": { "url": [ - "https://stt.smartgic.io/citrinet", - "https://citrinetstt.ziggyai.online" + "https://stt.smartgic.io/citrinet/stt", + "https://citrinetstt.ziggyai.online/stt" ] } }