gwug
This commit is contained in:
parent
eeca381dbd
commit
ce027a8a30
1
index.js
1
index.js
|
|
@ -893,6 +893,7 @@ app.get('/api/v1/route/:apiKey/:ani/:number', (req, res) => {
|
|||
// incriment estCallsMade analytics
|
||||
addAnalytic("estCallsMade");
|
||||
dailyAnalytic("dailyCallsMade");
|
||||
console.log(row);
|
||||
if (ani >= row.block_start && ani <= row.block_start + row.block_length) {
|
||||
res.status(200).send('local');
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue