@ -593,7 +593,7 @@ app.get("/discord", (req, res) => {
});
app.get("/analytics", (req, res) => {
app.get("/api/analytics", (req, res) => {
db.all("SELECT * FROM analytics", (err, total) => {
if (err) {
console.error('Error getting analytics:', err);