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 3c3ed2b commit 3352c06Copy full SHA for 3352c06
src/services/comfyManagerService.ts
@@ -36,7 +36,7 @@ enum ManagerRoute {
36
}
37
38
const managerApiClient = axios.create({
39
- baseURL: api.apiURL('v2/'),
+ baseURL: api.apiURL('/v2/'),
40
headers: {
41
'Content-Type': 'application/json'
42
0 commit comments