- update for statging release, pre-checks

This commit is contained in:
Amruth Pillai
2020-07-13 16:38:08 +05:30
parent 591c9a6ccf
commit cf5d0b9571
6 changed files with 23 additions and 760 deletions

View File

@ -11,7 +11,7 @@ const ExportModal = () => {
const [open, setOpen] = useState(false);
const [isLoadingSingle, setLoadingSingle] = useState(false);
const [isLoadingMulti, setLoadingMulti] = useState(false);
const functionsUrl = 'http://localhost:5001/rx-resume/us-central1';
const functionsUrl = 'https://rxresume-staging.web.app';
const { emitter, events } = useContext(ModalContext);