diff --git a/supabase/config.toml b/supabase/config.toml index ecd7019..d657a5b 100644 --- a/supabase/config.toml +++ b/supabase/config.toml @@ -24,6 +24,9 @@ verify_jwt = false [functions.create-meet-link] verify_jwt = true +[functions.create-google-meet-event] +verify_jwt = true + [functions.send-consultation-reminder] verify_jwt = false