diff options
Diffstat (limited to 'swarm/api/http/templates.go')
-rw-r--r-- | swarm/api/http/templates.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swarm/api/http/templates.go b/swarm/api/http/templates.go index a37d7b03b..8106403a9 100644 --- a/swarm/api/http/templates.go +++ b/swarm/api/http/templates.go @@ -22,7 +22,7 @@ import ( "html/template" "path" - "github.com/dexon-foundation/dexon/swarm/api" + "github.com/tangerine-network/go-tangerine/swarm/api" ) type htmlListData struct { |