Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #636 from egovernments/develop-consumer-collect
Browse files Browse the repository at this point in the history
consumerBillDownload
  • Loading branch information
rahuldevgarg authored Oct 30, 2023
2 parents 38d15c8 + d9b2fd8 commit d584859
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 6 additions & 0 deletions frontend/mgramseva/docker/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,10 @@ server
index index.html index.htm;
try_files $uri $uri/ /mgramseva/index.html;
}
location /mgramseva/withoutAuth/mgramseva-common/consumerDownloadBill
{
root /var/web;
index index.html index.htm;
try_files $uri $uri/ /mgramseva/consumerDownloadBill/index.html;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
For more details:
* https://developer.mozilla.org/en-US/docs/Web/HTML/Element/base
-->
<base href="/mgramseva/withoutAuth/mgramseva-common/consumerBillPayment/" />
<base href="/mgramseva/withoutAuth/mgramseva-common/consumerDownloadBill/" />

<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
Expand Down Expand Up @@ -83,8 +83,7 @@
const billNumber = params.billNumber;
const key = params.key;
const receiptNumber = params.receiptNumber;
// const url = window.location.origin;
const url = 'https://mgramseva-uat.psegs.in';
const url = window.location.origin;
const headers = {
method: "POST",
headers: {
Expand Down

0 comments on commit d584859

Please sign in to comment.