Skip to content

Commit 8914835

Browse files
authored
Update app.js
1 parent 86cef75 commit 8914835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ app.post('/clone-repo', (req, res) => {
4545
if (fs.existsSync(repoPath)) {
4646
return res.status(400).json({
4747
error: 'Repo folder already exists.',
48-
repoUrl: `https://scratch-coding-hut.github.io/websites/${repoName}`,
48+
repoUrl: `https://https://sch-ai1z.onrender.com/websites/${repoName}`,
4949
});
5050
}
5151

0 commit comments

Comments
 (0)