@@ -25,7 +25,7 @@ func main() {
}
database.SetGlobDB(db)
if err := http.ListenAndServe(fmt.Sprintf("%s:", config.ServerAddress), r); err != nil {
if err := http.ListenAndServe(fmt.Sprintf("%s", config.ServerAddress), r); err != nil {
panic(err)
The note is not visible to the blocked user.