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 1070996 commit 4fe1f19Copy full SHA for 4fe1f19
src/providers/meshy/api.ts
@@ -11,7 +11,7 @@ const MeshyAPIConfig: ProviderAPIConfig = {
11
'Content-Type': 'application/json',
12
};
13
},
14
- getEndpoint: ({}) => '',
+ getEndpoint: () => '',
15
16
17
export default MeshyAPIConfig;
0 commit comments