· 5 years ago · Dec 16, 2019, 08:08 AM
1Setting.js
2export const OAUTH_CLIENT_ID = 2
3export const OAUTH_CLIENT_SECRECT = 'OZ2Zz5GTVsQGpTJwdMgybpjzf4hgssRW06argSFv'
4
5URLs.js
6const BASE_URL = 'http://192.168.56.1/lrn'
7const API_URL = '/api'
8export const LOGIN_URL = BASE_URL + '/oauth/token'
9export const USER_URL = BASE_URL + API_URL + '/user'