We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e86b1c5 commit b561e73Copy full SHA for b561e73
1 file changed
packages/database/supabase/functions/create-space/index.ts
@@ -183,7 +183,7 @@ const processAndGetOrCreateSpace = async (
183
};
184
185
// The following lines are duplicated from apps/website/app/utils/llm/cors.ts
186
-const allowedOrigins = ["https://roamresearch.com", "http://localhost:3000"];
+const allowedOrigins = ["https://roamresearch.com", "http://localhost:3000", "app://obsidian.md"];
187
188
const isVercelPreviewUrl = (origin: string): boolean =>
189
/^https:\/\/.*-discourse-graph-[a-z0-9]+\.vercel\.app$/.test(origin);
0 commit comments