File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import getDepth from './getJsonDepth';
55const Pcs = ( ) => {
66 const [ pcsData , setPcsData ] = useState ( null ) ;
77 const [ error , setError ] = useState ( null ) ;
8- const url = "rigsnvapi-acdzcsh7a0fcf0dw.uksouth-01 .azurewebsites.net/pcs_contracts" ;
8+ const url = "rigsnvapi.azurewebsites.net/pcs_contracts" ;
99 const [ contractsNum , setContractsNum ] = useState ( null ) ;
1010 const [ contracts , setContracts ] = useState ( null ) ;
1111
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import ForecastStep from "./ForecastStep";
55const Weather = ( ) => {
66 const [ weatherData , setWeatherData ] = useState ( null ) ;
77 const [ error , setError ] = useState ( null ) ;
8- const url = "rigsnvapi-acdzcsh7a0fcf0dw.uksouth-01 .azurewebsites.net/weather" ;
8+ const url = "rigsnvapi.azurewebsites.net/weather" ;
99 const [ timeSteps , setTimeSteps ] = useState ( null ) ;
1010
1111 useEffect ( ( ) => {
You can’t perform that action at this time.
0 commit comments