aboutsummaryrefslogtreecommitdiff
path: root/cmd/blog/appengine.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/blog/appengine.go')
-rw-r--r--cmd/blog/appengine.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/blog/appengine.go b/cmd/blog/appengine.go
index 174efe4..e9be514 100644
--- a/cmd/blog/appengine.go
+++ b/cmd/blog/appengine.go
@@ -11,7 +11,7 @@ package main
import "net/http"
func init() {
- s, err := NewServer("/", "content/", "template/")
+ s, err := NewServer("content/", "template/")
if err != nil {
panic(err)
}