indentation of dashboard

This commit is contained in:
knighthawk4227 committed 2025-05-07 10:49:08 -07:00
1 parent f0b1089e15
commit 617fc8d877
2 files changed
+70 -68

No files matched your search

+2
View File
@@ -94,6 +94,8 @@ app.get('/reset/:token', async (req, res) => {
});
});
app.post('reset')
app.post('/api/location', async (req, res) => {
const { latitude, longitude } = req.body;