Skip to content

Commit 4842f08

Browse files
authored
fix: v2 prefix (#5145)
1 parent 574a1db commit 4842f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/comfyManagerService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ enum ManagerRoute {
3636
}
3737

3838
const managerApiClient = axios.create({
39-
baseURL: api.apiURL('v2/'),
39+
baseURL: api.apiURL('/v2/'),
4040
headers: {
4141
'Content-Type': 'application/json'
4242
}

0 commit comments

Comments
 (0)