chore: add a cached endpoint for polling

This commit is contained in:
Jack Waller
2024-06-25 13:14:29 +10:00
parent 1b99f00eff
commit 1bad77478f

View File

@@ -793,7 +793,7 @@ const main = async (): Promise<void> => {
}
});
app.get('/batchL2', async (req, res, next) => {
app.get(['/batchL2', '/batchL2Cache'], async (req, res, next) => {
try {
const {
marketName,