summaryrefslogtreecommitdiff
path: root/handler.go
diff options
context:
space:
mode:
Diffstat (limited to 'handler.go')
-rw-r--r--handler.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/handler.go b/handler.go
index f0f6e1e..8e84e76 100644
--- a/handler.go
+++ b/handler.go
@@ -2,8 +2,8 @@ package main
import (
"github.com/gorilla/sessions"
+ "github.com/kch42/mailremind/model"
"html/template"
- "kch42.de/gostuff/mailremind/model"
"log"
"net/http"
)