✨ feat: create bulk insertion for characters
This commit is contained in:
8
src/config/apis/people.reference.ts
Normal file
8
src/config/apis/people.reference.ts
Normal file
@ -0,0 +1,8 @@
|
||||
import { baseURL } from "./baseUrl";
|
||||
|
||||
export const getPeopleAPI = (malId: number) => {
|
||||
return {
|
||||
baseURL,
|
||||
getPeopleInfo: `/people/${malId}`,
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user