feat: Initial setup of theme.
This commit is contained in:
3
src/constant/Endpoints.js
Normal file
3
src/constant/Endpoints.js
Normal file
@@ -0,0 +1,3 @@
|
||||
export default {
|
||||
LOGIN_USER: '/user/login'
|
||||
};
|
||||
3
src/constant/index.js
Normal file
3
src/constant/index.js
Normal file
@@ -0,0 +1,3 @@
|
||||
import API from './Endpoints';
|
||||
|
||||
export { API };
|
||||
Reference in New Issue
Block a user