We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d62834f commit 55276abCopy full SHA for 55276ab
src/server/createStore.js
@@ -10,7 +10,7 @@ import {
10
} from '../common/shared/constants';
11
12
export default (req) => {
13
- const baseURL = new URL(API_PATH, API_HOST).toString().slice(0, -1);
+ const baseURL = new URL(API_PATH, API_HOST).toString();
14
const axiosInstance = axios.create({
15
baseURL,
16
headers: { cookie: req.get('cookie') || '' }
0 commit comments