Skip to content

Commit

Permalink
Fix wrong template backend URL
Browse files Browse the repository at this point in the history
  • Loading branch information
ninh-nd committed Aug 9, 2023
1 parent 144119a commit f9b688e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/generateDockerfile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const sampleCode = `async function processImageScan(name) {
response.push(processed);
});
response = response.flat();
await axios.post(\`https://client-dashboard.up.railway.app/webhook/image\`, {
await axios.post(\`https://dashboard-api.up.railway.app/webhook/image\`, {
eventCode: \`IMAGE_SCAN_COMPLETE\`,
imageName: name,
data: response,
Expand Down

0 comments on commit f9b688e

Please sign in to comment.