Skip to content

TalkingData/flclover-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flclover-proxy

const dt = await ctx.proxy({
   data: { source: data() },
   data1: { source: data1(), cache: 5 },
   data2: { source: data2(), cache: 10 },
   data3: { source: data3(), cache: 15 },
});