Compare commits
3 Commits
fe2721936a
...
6928ce33a0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6928ce33a0 | ||
|
|
10047d1f4a | ||
| 3f1030fe8a |
@@ -21,7 +21,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