Compare commits
3 Commits
62eb5ecf81
...
992fb5ebc1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
992fb5ebc1 | ||
|
|
d031b27f49 | ||
| 42f06ace84 |
@@ -22,6 +22,7 @@ service.interceptors.request.use(
|
||||
const JSESSIONID = utils.uuid();
|
||||
config.headers["JSESSIONID"] = JSESSIONID;
|
||||
config.headers["token"] = utils.bcrypt(JSESSIONID);
|
||||
config.headers['dataSources'] = 'WEB'
|
||||
|
||||
if (env === "development") {
|
||||
return config;
|
||||
|
||||
Reference in New Issue
Block a user