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

chore: add a cached endpoint for polling
This commit is contained in:
jack
2024-06-25 13:15:12 +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 {
const {
marketName,