We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a426c75 commit a750cb5Copy full SHA for a750cb5
controllers/utils/getCodiPushUrl.js
@@ -1,6 +1,4 @@
1
function getCodiPushUrl() {
2
- // To Do:
3
- // Entender por que hay dos sitios para pr
4
const endPoint =
5
process.env.NODE_ENV === "production"
6
? process.env.SITIO_CODI_PUSH_PROD_2
controllers/utils/getCodiQrUrl.js
function getCodiQrUrl() {
- // Entender por que hay dos sitios
? process.env.SITIO_CODI_QR_PROD_2
controllers/utils/getCodiStatusUrl.js
function getCodiStatusURL() {
? process.env.SITIO_CODI_CONSULTA_PROD_2
0 commit comments