summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.go b/main.go
index 1032943..8c5766d 100644
--- a/main.go
+++ b/main.go
@@ -12,6 +12,7 @@ type Webpage struct {
muxDynamic *http.ServeMux
muxInternal *http.ServeMux
templates templates
+ migrations migrations
staticFilePrefix string
}