* create warehouse * edit warehouse changes * Update: linted and formatted * add warehouse button * user access changes * basic table component changes * Updated: eslint errors * basic table component changes * update: linted Co-authored-by: [Diksha] <[diksha39511@gmail.com]> Co-authored-by: Llewellyn Dsouza <lledsouza2209@gmail.com>
7 lines
190 B
JavaScript
7 lines
190 B
JavaScript
export default {
|
|
LOGIN_USER: '/user/login',
|
|
GET_WAREHOUSE_DATA: '/warehouse/all?page=0&perPage=50',
|
|
CREATE_WAREHOUSE: '/warehouse/',
|
|
GET_USERS_DATA: '/user/all?page=0&perPage=10'
|
|
};
|