Skip to content

Commit

Permalink
wip: consolidate path
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias committed Jun 6, 2023
1 parent e2fc7f2 commit aa56db4
Show file tree
Hide file tree
Showing 33 changed files with 618 additions and 690 deletions.
199 changes: 0 additions & 199 deletions coreiface/path/path.go

This file was deleted.

2 changes: 1 addition & 1 deletion gateway/assets/assets.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ type Breadcrumb struct {
func Breadcrumbs(urlPath string, dnslinkOrigin bool) []Breadcrumb {
var ret []Breadcrumb

p, err := ipfspath.ParsePath(urlPath)
p, err := ipfspath.NewPath(urlPath)
if err != nil {
// No assets.Breadcrumbs, fallback to bare Path in template
return ret
Expand Down
Loading

0 comments on commit aa56db4

Please sign in to comment.