diff options
author | FChannel <=> | 2021-01-18 12:06:41 -0800 |
---|---|---|
committer | FChannel <=> | 2021-01-18 12:06:41 -0800 |
commit | 7ef5c8866930a887d866c92301069e5719c4b11e (patch) | |
tree | 0a25449268a986d97aef06e3a9a8a75a9344614f | |
parent | 8244af05eaa9f66df12095c76309b454bde525d7 (diff) |
removed test board from main
-rw-r--r-- | main.go | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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))) |