refactor: move workflow to /workflow

This commit is contained in:
BennyKok
2023-12-14 22:50:28 +08:00
parent 7e05fae7b3
commit c419e10827
6 changed files with 33 additions and 24 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ export function OutputRender(props: { run_id: string; filename: string }) {
return (
<img
alt={props.filename}
src={`api/view?file=${encodeURIComponent(
src={`/api/view?file=${encodeURIComponent(
`outputs/runs/${props.run_id}/${props.filename}`
)}`}
/>