diff options
Diffstat (limited to 'server/core/html_response.go')
-rw-r--r-- | server/core/html_response.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/core/html_response.go b/server/core/html_response.go index 52b51454..1b29ee85 100644 --- a/server/core/html_response.go +++ b/server/core/html_response.go @@ -8,7 +8,7 @@ import ( "log" "net/http" - "github.com/miniflux/miniflux2/server/template" + "github.com/miniflux/miniflux/server/template" ) // HTMLResponse handles HTML responses. |