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 {
|
||||
const {
|
||||
marketName,
|
||||
|
||||
Reference in New Issue
Block a user