Feature/wms 48 (#46)

* create warehouse
* edit warehouse changes
* Update: linted and formatted
* add warehouse button
* Update: linted

Co-authored-by: [Diksha] <[diksha39511@gmail.com]>
Co-authored-by: Llewellyn Dsouza <lledsouza2209@gmail.com>
This commit is contained in:
Dikshajain39511
2022-02-07 16:57:53 +05:30
committed by GitHub
parent 1cc9a95e9f
commit d32a8892e3
13 changed files with 624 additions and 101 deletions

View File

@@ -1,4 +1,5 @@
export default {
LOGIN_USER: '/user/login',
GET_WAREHOUSE_DATA: '/warehouse/all'
GET_WAREHOUSE_DATA: '/warehouse/all?page=0&perPage=50',
CREATE_WAREHOUSE:'/warehouse/'
};