return an actual message when toggling dark mode

pull/83/head
Aevann1 2022-12-20 03:38:11 +02:00
parent 373a6cf0db
commit 0936e80cc5
1 changed files with 1 additions and 1 deletions

View File

@ -13,4 +13,4 @@ def event_darkmode(v):
g.db.add(user)
return {}
return {"message": "Dark mode toggled successfully!"}