fix: callSammoAPI apiPath 호출
This commit is contained in:
@@ -123,7 +123,7 @@ export async function callSammoAPI<ResultType extends ValidResponse, ErrorType e
|
||||
retry: 0,
|
||||
});
|
||||
}
|
||||
return ky("api.php", {
|
||||
return ky(apiPath, {
|
||||
searchParams: {
|
||||
...paramArgs,
|
||||
path,
|
||||
|
||||
Reference in New Issue
Block a user