Skip to content

Commit

Permalink
changed localhost posts
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveLabrinos committed Feb 6, 2021
1 parent b08a79f commit e6c2262
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .eslintcache

Large diffs are not rendered by default.

26 changes: 23 additions & 3 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "msc-ais-weather-frondend",
"version": "0.1.0",
"private": true,
"homepage": "https://www.msc-ais.weather.site",
"dependencies": {
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
Expand Down
2 changes: 1 addition & 1 deletion src/axios-weather.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import axios from 'axios';
*/

const instance = axios.create({
baseURL: 'http://localhost:9000/'
baseURL: 'https://msc-ais-weather:9000/'
});

export default instance;

0 comments on commit e6c2262

Please sign in to comment.