Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
hardillb committed Aug 20, 2024
1 parent 2de4c06 commit 6f401c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ const createContainer = async (project, domain) => {
}

const getStaticFileUrl = async (project, filePath) => {
return `http://${project.id}:2880/flowforge/files_/${filePath}`
return `http://${project.id}:2880/flowforge/files/_/${filePath}`
}

/**
Expand Down

0 comments on commit 6f401c2

Please sign in to comment.