const baseUrl = '/api'; export const addSNsApi = { method: 'post', url: baseUrl + '/sn/add_sn' } export const getSNsApi = { method: 'get', url: baseUrl + '/sn/get_sn' } export const deleteSNsApi = { method: 'post', url: baseUrl + '/sn/delete_sn' }