William Gunnells commited on
Commit
66aecd8
·
1 Parent(s): 82f5159

mag url 8001

Browse files
Files changed (1) hide show
  1. dockerdash-ui/src/config.js +2 -2
dockerdash-ui/src/config.js CHANGED
@@ -1,5 +1,5 @@
1
  const config = {
2
- API_BASE_URL: "http://localhost:8080",
3
  };
4
 
5
- export default config;
 
1
  const config = {
2
+ API_BASE_URL: "http://mag.tmryk.com:8001",
3
  };
4
 
5
+ export default config;