add dev web app

This commit is contained in:
Pritimay Sarkar
2023-12-12 22:12:26 +05:30
parent 1f55978521
commit 099b3f08fa
8 changed files with 30 additions and 27 deletions

View File

@@ -34,7 +34,7 @@ function Accuracy({ show }) {
'YYYY-MM-DD'
)}&end_date=${moment(endDate).format('YYYY-MM-DD')}`;
const url = `https://asia-south1-hpos-qa.cloudfunctions.net/performance?${queryString}`;
const url = `https://asia-south1-hpos-af3cc.cloudfunctions.net/performance?${queryString}`;
// Make a POST request using the Fetch API
const response = await fetch(url, {