diff options
Diffstat (limited to 'routes/dev')
-rw-r--r-- | routes/dev/template.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/routes/dev/template.go b/routes/dev/template.go index 298f5379..8d6b6da6 100644 --- a/routes/dev/template.go +++ b/routes/dev/template.go @@ -5,9 +5,9 @@ package dev import ( - "github.com/gogs/gogs/models" - "github.com/gogs/gogs/pkg/context" - "github.com/gogs/gogs/pkg/setting" + "gogs.io/gogs/models" + "gogs.io/gogs/pkg/context" + "gogs.io/gogs/pkg/setting" ) func TemplatePreview(c *context.Context) { |