update to staging

This commit is contained in:
Mohamed Nouffer
2022-06-16 11:48:34 +05:30
parent bb7989d080
commit 3e9a2c93b6
4 changed files with 7 additions and 7 deletions

View File

@ -33,7 +33,7 @@ import "react-datepicker/dist/react-datepicker.css";
function Index() {
const baseUrl = "https://natnats.mobilous.com/";
const baseUrl = "https://fbssso.ts.bizside.biz/";
const [data, setData] = useState([]);
@ -48,7 +48,7 @@ function Index() {
useEffect(() => {
async function fetchData() {
// You can await here
const result = await axios('https://natnats.mobilous.com/getConstructionList');
const result = await axios('https://fbssso.ts.bizside.biz/getConstructionList');
setData(result.data);
}
fetchData();

View File

@ -22,7 +22,7 @@ const Dashboard = (props) => {
<div className="card-body">
<blockquote className="card-bodyquote">
<h3>ワンタイムパスワード :{props.userid}</h3>
<a target="_blank" href="https://openshield.bizside.biz/appexe/natnats/23/bin/mobileweb2/index.html"><h1>FBS Web app</h1></a>
<a target="_blank" href="https://openshield.ts.bizside.biz/appexe/natnats/23/bin/mobileweb2/index.html#page_44022"><h1>FBS Web app</h1></a>
</blockquote>
</div>
</div>