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 ac88af2 commit cca4ca7Copy full SHA for cca4ca7
src/templates/formjobapplicationinhire/FormJobApplicationInHire.vue
@@ -134,7 +134,7 @@ const handlePOST = async (values) => {
134
135
delete transformedValues["file"];
136
137
- const url = `https://www.azion.com/api/careers/post/inhire?id=${props.jobId}`
+ const url = `https://www.azion.com/api/careers/inhire/post?id=${props.jobId}`
138
139
const request = {
140
method: 'POST',
0 commit comments