Merge pull request #179 from drift-labs/jack/cache-batch-l2
chore: add a cached endpoint for polling
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user