indentation of dashboard

This commit is contained in:
knighthawk4227 committed 2025-05-07 10:49:08 -07:00
1 parent f0b1089e15
commit 617fc8d877
1 file changed
+2
+2
View File
@@ -94,6 +94,8 @@ app.get('/reset/:token', async (req, res) => {
}); });
}); });
app.post('reset')
app.post('/api/location', async (req, res) => { app.post('/api/location', async (req, res) => {
const { latitude, longitude } = req.body; const { latitude, longitude } = req.body;