More unused code

This commit is contained in:
DutchEllie 2022-03-15 12:57:12 +01:00
parent 550ae2e35c
commit 8b994ce249
2 changed files with 0 additions and 6 deletions

View File

@ -16,8 +16,6 @@ var (
type Homepage struct { type Homepage struct {
app.Compo app.Compo
showGuestbook bool
} }
func NewHomepage() *Homepage { func NewHomepage() *Homepage {

View File

@ -13,10 +13,6 @@ import (
// collection *mongo.Collection // collection *mongo.Collection
//} //}
const (
apiurl = "https://quenten.nl:8007/"
)
func main() { func main() {
homepage := NewHomepage() homepage := NewHomepage()
aboutpage := NewAboutPage() aboutpage := NewAboutPage()