Merge pull request #180 from drift-labs/jack/cache-batch-l2

chore: add a cached endpoint for polling
This commit is contained in:
jack
2024-06-25 13:45:27 +10:00
committed by GitHub

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 { try {
const { const {
marketName, marketName,