Skip to content
This repository was archived by the owner on Jan 2, 2025. It is now read-only.

Commit fc62db0

Browse files
authored
return path alias from proc method rather than full path (#563)
1 parent a1b2af6 commit fc62db0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/bleep/src/webserver/answer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,7 @@ impl Conversation {
713713
.iter()
714714
.map(|c| c.enumerate_lines())
715715
.collect::<Vec<_>>(),
716-
"path": path,
716+
"path_alias": self.path_alias(&path),
717717
})
718718
})
719719
.collect::<Vec<_>>();

0 commit comments

Comments
 (0)