Merge pull request #181 from drift-labs/master

Add cache L2 endpoint
This commit is contained in:
jack
2024-06-26 09:45:33 +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,