mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-15 17:21:35 +10:00
- fix issues with function calls
This commit is contained in:
@ -53,16 +53,6 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"rewrites": [
|
||||
{
|
||||
"source": "/printSinglePageResume",
|
||||
"function": "printSinglePageResume"
|
||||
},
|
||||
{
|
||||
"source": "/printMultiPageResume",
|
||||
"function": "printMultiPageResume"
|
||||
}
|
||||
]
|
||||
}],
|
||||
"emulators": {
|
||||
|
||||
@ -11,7 +11,7 @@ const ExportModal = () => {
|
||||
const [open, setOpen] = useState(false);
|
||||
const [isLoadingSingle, setLoadingSingle] = useState(false);
|
||||
const [isLoadingMulti, setLoadingMulti] = useState(false);
|
||||
const functionsUrl = 'https://rxresume-staging.web.app';
|
||||
const functionsUrl = 'https://us-central1-rx-resume.cloudfunctions.net';
|
||||
|
||||
const { emitter, events } = useContext(ModalContext);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user