use better endpoint to view subbmit process
This commit is contained in:
parent
e8f908b833
commit
a5841eb830
@ -24,7 +24,7 @@ const challengeSubmission = (challengeName, repoUrl, repoBranch, description, se
|
||||
}).then((resp) => resp.json())
|
||||
.then((data) => {
|
||||
setLoading(true);
|
||||
window.location.replace(`https://gonito.net/view-progress/${data}#form`);
|
||||
window.location.replace(`https://gonito.net/open-view-progress/${data}#form`);
|
||||
});
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user