We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf9f75c commit 25f4e28Copy full SHA for 25f4e28
webhosting.html
@@ -77,7 +77,7 @@ <h1>Web hosting</h1>
77
}
78
79
try {
80
- const response = await fetch('/clone-repo', {
+ const response = await fetch('web-hosting-coding-hut/clone-repo', {
81
method: 'POST',
82
headers: {
83
'Content-Type': 'application/json',
0 commit comments