fix: callSammoAPI apiPath 호출

This commit is contained in:
2024-12-22 04:27:02 +00:00
parent 09c21cd466
commit 104f306deb
+1 -1
View File
@@ -123,7 +123,7 @@ export async function callSammoAPI<ResultType extends ValidResponse, ErrorType e
retry: 0, retry: 0,
}); });
} }
return ky("api.php", { return ky(apiPath, {
searchParams: { searchParams: {
...paramArgs, ...paramArgs,
path, path,