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 3e142e8 commit fb403cbCopy full SHA for fb403cb
40code-mirror.js
@@ -70,7 +70,7 @@ async function getExtensions() {
70
// 检查项目是否存在
71
async function checkProjectExists(extId) {
72
try {
73
- const response = await api.get(`/project/namespace/${config.username}/${extId}`);
+ const response = await api.get(`/project/namespace/${config.username}/40code-${extId}`);
74
//console.log(response.data)
75
return {
76
exists: true,
0 commit comments