forked from devsam/core
fix: callSammoAPI apiPath 호출
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user