feat: Update styling and home page
All checks were successful
Build Docker / BuildImage (push) Successful in 1m50s

This commit is contained in:
2025-07-28 11:36:51 +10:00
parent 4b8d3465bc
commit 402e321396
6 changed files with 662 additions and 206 deletions

View File

@@ -340,7 +340,6 @@ def api_add_notification(token: str):
domains.add_notification(domain, notification)
return jsonify({"message": "Notification added successfully", "notification": notification}), 201
# endregion
# region Error Catching