diff --git a/api/router_static.go b/api/router_static.go
index 45c048f..62958b3 100644
--- a/api/router_static.go
+++ b/api/router_static.go
@@ -66,7 +66,6 @@ func initStaticRouter(router *mux.Router) error {
"signup",
"dashboard",
"logout",
- "account",
}
html := make(map[string]string)
diff --git a/frontend/account.html b/frontend/account.html
deleted file mode 100644
index 8b13789..0000000
--- a/frontend/account.html
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/frontend/dashboard.html b/frontend/dashboard.html
index 3a36a04..51f7f69 100644
--- a/frontend/dashboard.html
+++ b/frontend/dashboard.html
@@ -15,7 +15,6 @@
Commento