File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,10 @@ const frameworks: Array<object> = [
1717 { label : "Next.js" , variants : [ "nextjs" ] } ,
1818 { label : "Node.js" , variants : [ "node" , "nodejs" ] } ,
1919 { label : "Nuxt" } ,
20- { label : "RPC" } ,
2120 { label : "Ruby" , variants : [ "rb" , "ruby on rails" ] } ,
2221 { label : "Svelte" } ,
2322 { label : "SvelteKit" } ,
2423 { label : "Vue.js" , variants : [ "vue" , "vuejs" ] } ,
25- { label : "Web Crypto" , variants : [ "webcrypto" ] } ,
2624] ;
2725
2826const integrations : Array < object > = [
@@ -110,6 +108,7 @@ const use_cases: Array<object> = [
110108 { label : "Redirects" , variants : [ "redirect" ] } ,
111109 { label : "Request modification" , variants : [ "request" ] } ,
112110 { label : "Response modification" , variants : [ "response" ] } ,
111+ { label : "RPC" } ,
113112 { label : "Security" } ,
114113 { label : "URL rewrite" , variants : [ "rewrite" ] } ,
115114] ;
You can’t perform that action at this time.
0 commit comments