rate limits for demo (#695)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
export const ALLOWED_URLS = [
|
||||
"https://example.com",
|
||||
"https://ai-sdk.dev",
|
||||
"https://useworkflow.dev",
|
||||
"https://vercel.com",
|
||||
] as const;
|
||||
|
||||
export type AllowedUrl = (typeof ALLOWED_URLS)[number];
|
||||
Reference in New Issue
Block a user