add some comments

This commit is contained in:
María
2025-08-22 13:03:14 +02:00
parent 541e922ff5
commit d7aeb1e98c
3 changed files with 4 additions and 7 deletions

View File

@@ -158,7 +158,7 @@ export default {
let response
let status
const config = useRuntimeConfig()
try { //TODO: review if its working
try {
response = await $fetch(`/purchase_email/`, {
baseURL: config.public.baseURL,
method: 'POST',