Skip to content

Commit aa56db4

Browse files
committed
wip: consolidate path
1 parent e2fc7f2 commit aa56db4

33 files changed

Lines changed: 618 additions & 690 deletions

coreiface/path/path.go

Lines changed: 0 additions & 199 deletions
This file was deleted.

gateway/assets/assets.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ type Breadcrumb struct {
133133
func Breadcrumbs(urlPath string, dnslinkOrigin bool) []Breadcrumb {
134134
var ret []Breadcrumb
135135

136-
p, err := ipfspath.ParsePath(urlPath)
136+
p, err := ipfspath.NewPath(urlPath)
137137
if err != nil {
138138
// No assets.Breadcrumbs, fallback to bare Path in template
139139
return ret

0 commit comments

Comments
 (0)