formato correcto de cuestionario por verificar

This commit is contained in:
Your Name
2025-04-02 12:43:37 -06:00
parent a1f52daa8a
commit a16e82005e
18 changed files with 1109 additions and 43 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
import { feriaSexualidad } from './crear_formulario_feria';
import axios from 'axios';
// Asumiendo que el servidor está corriendo en localhost:3000
const API_URL = 'http://localhost:3000';
// Asumiendo que el servidor está corriendo en localhost:4200
const API_URL = 'http://localhost:4200';
async function crearFormulario() {
try {