Skip to content

Commit cca4ca7

Browse files
committed
fix: try new url
1 parent ac88af2 commit cca4ca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/formjobapplicationinhire/FormJobApplicationInHire.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ const handlePOST = async (values) => {
134134
135135
delete transformedValues["file"];
136136
137-
const url = `https://www.azion.com/api/careers/post/inhire?id=${props.jobId}`
137+
const url = `https://www.azion.com/api/careers/inhire/post?id=${props.jobId}`
138138
139139
const request = {
140140
method: 'POST',

0 commit comments

Comments
 (0)