testing in production
This commit is contained in:
parent
6cd07fe314
commit
8b84a3a91c
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@ router.get('/portnum-counts', async (req, res) => {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
app.get('/battery-stats', async (req, res) => {
|
router.get('/battery-stats', async (req, res) => {
|
||||||
const days = parseInt(req.query.days || '1', 10);
|
const days = parseInt(req.query.days || '1', 10);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue