mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-19 22:41:43 +01:00
Working hardly
This commit is contained in:
@@ -84,7 +84,7 @@ export default defineComponent({
|
||||
const {$axios, $sentry} = useContext()
|
||||
const form = ref<Form>({} as Form)
|
||||
const handleForm = async () => {
|
||||
const response = await $axios.post('form',
|
||||
const response = await $axios.post('/api/form',
|
||||
{
|
||||
email: form.value.email,
|
||||
name: form.value.name,
|
||||
|
||||
Reference in New Issue
Block a user