More unused code

This commit is contained in:
DutchEllie 2022-03-15 12:57:12 +01:00
parent 0b7b478cd3
commit 2e381108d1
Signed by: DutchEllie
SSH Key Fingerprint: SHA256:dKq6ZSgN5E3Viqrw/+xAdf2VdR6hdRGNyrYqXXwfjTY
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()