// This file defines all url APIs.
export const LIST_USER_URL = 'https://jsonplaceholder.typicode.com/users';
