aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFChannel <=>2021-01-18 12:06:41 -0800
committerFChannel <=>2021-01-18 12:06:41 -0800
commit7ef5c8866930a887d866c92301069e5719c4b11e (patch)
tree0a25449268a986d97aef06e3a9a8a75a9344614f
parent8244af05eaa9f66df12095c76309b454bde525d7 (diff)
removed test board from main
-rw-r--r--main.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/main.go b/main.go
index efc0b38..3fdc9d3 100644
--- a/main.go
+++ b/main.go
@@ -53,8 +53,6 @@ func main() {
CreateNewBoardDB(db, *CreateNewActor("", GetConfigValue("instancename"), GetConfigValue("instancesummary"), authReq, false))
}
- CreateNewBoardDB(db, *CreateNewActor("m", "me", "me so go go", authReq, false))
-
// Allow access to public media folder
fileServer := http.FileServer(http.Dir("./public"))
http.Handle("/public/", http.StripPrefix("/public", neuter(fileServer)))