mirror of
https://github.com/theodore-song/polymarket-analyst.git
synced 2026-07-27 16:07:46 +00:00
Force visible top 5000 build
This commit is contained in:
+1
-1
@@ -135,7 +135,7 @@ export default async function handler(req, res) {
|
||||
access: "private",
|
||||
allowOverwrite: true,
|
||||
contentType: "application/json",
|
||||
cacheControlMaxAge: 60,
|
||||
cacheControlMaxAge: 0,
|
||||
});
|
||||
return res.status(200).json({ ok: true, state });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user