We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b7ad10 commit 2406dd5Copy full SHA for 2406dd5
src/store/index.js
@@ -11,7 +11,7 @@ export default createStore({
11
editTitle: ''
12
},
13
req: {
14
- api: 'http://ec2-3-145-96-182.us-east-2.compute.amazonaws.com/Gearing/api',
+ api: 'https://ec2-3-145-96-182.us-east-2.compute.amazonaws.com/Gearing/api',
15
webSocket: 'http://localhost:5000'
16
}
17
0 commit comments