Skip to content

Commit

Permalink
updated comment for receipts
Browse files Browse the repository at this point in the history
  • Loading branch information
jeet-dhandha committed Sep 1, 2023
1 parent 57603a0 commit b0c7dfa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/proxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ const server = http.createServer((request, response) => {
* /staging/api?command=OpenReport => request sent to staging server
* /staging-secure/api?command=OpenReport => request sent to secure staging server
* /chat-attachments/46545... => request sent to production server
* /receipts/w_... => request sent to production server
* /staging/chat-attachments/46545... => request sent to staging server
*/
if (request.url.startsWith(proxyConfig.STAGING_SECURE)) {
Expand Down

0 comments on commit b0c7dfa

Please sign in to comment.